PHPackages                             aidsoul/laravel-storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. aidsoul/laravel-storage

ActiveProject[Framework](/categories/framework)

aidsoul/laravel-storage
=======================

The Laravel Framework.

v1.1(3y ago)27MITPHPPHP ^8.0.2

Since Sep 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aidsoul/laravel-storage)[ Packagist](https://packagist.org/packages/aidsoul/laravel-storage)[ RSS](/packages/aidsoul-laravel-storage/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (4)Used By (0)

Online Storage
==============

[](#online-storage)

It is a simple online file repository. Developed using the Laravel open source framework. The nested set model was used to form the folder tree.

Available options:

- Only users who have confirmed their email have access to the repository;
- It is possible to recover the password;
- The user can upload any files, rename them, delete them, and download them;
- The user can also create folders of unlimited nesting;
- Thumbnails should be displayed for images;
- When any file is selected, the user can share it. As a result, he will get a public link. When you click on this link, you can see information about the file and a direct link to download it. The direct link must be valid for a limited time;
- When this limit is reached, the ability to upload new files is blocked until any existing files are deleted;
- The maximum size of each downloaded file is also limited;
- Role separation;
- Assigning another user as an administrator;
- User account blocking;
- Changing the size of the user storage;
- On the disk, the files are located in the user's folder and have names as a unique identifier without an extension.

Installing
==========

[](#installing)

You need:

- apache2;
- php &gt;=8.0;
- MySQL.

To install, use the command: `git clone https://github.com/aidsoul/laravel-storage`. Download the necessary libraries using the command: `composer install`. Or use command `composer create-project aidsoul/laravel-storage`.

> **Note that the first registered user becomes an administrator**.

Environment variables
---------------------

[](#environment-variables)

**You can add the following variablesto the \[.evn\] configuration file .**

> It is recommended to set a value for each variable in the table below.

\#DescriptionSet inSTORAGE\_MAX\_SIZEMaximum possible size of user and administrator storageMegabytesSTORAGE\_MAX\_FILE\_SIZEMaximum possible size of the file uploaded by the userKilobytesSTORAGE\_DEFAULT\_USER\_SIZEStandard user storage sizeMegabyteSTORAGE\_FILE\_ENCRYPTThe salt line for encrypting public linksRandom stringSTORAGE\_FILE\_LINK\_LIFETIMEThe lifetime of a public link to a fileMinutesDatabase
--------

[](#database)

Set a value for the following environment variables:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

```

After on the command line, run the command: `php artisan migrate`.

Email
-----

[](#email)

Set a value for the following environment variables:

```
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=""
MAIL_FROM_NAME="${APP_NAME}"

```

Storage
-------

[](#storage)

To navigate to a folder, you need to click on it twice.

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

2

Last Release

1340d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/496f46da5b79aa3ef1bfacadafdc3c86ab57089853c0227b8596f8802d24fef1?d=identicon)[AidSoul](/maintainers/AidSoul)

---

Top Contributors

[![aidsoul](https://avatars.githubusercontent.com/u/47852283?v=4)](https://github.com/aidsoul "aidsoul (3 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/aidsoul-laravel-storage/health.svg)

```
[![Health](https://phpackages.com/badges/aidsoul-laravel-storage/health.svg)](https://phpackages.com/packages/aidsoul-laravel-storage)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
