PHPackages                             outl1ne/laravel-generate-storage-structure - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. outl1ne/laravel-generate-storage-structure

ActiveLibrary[File &amp; Storage](/categories/file-storage)

outl1ne/laravel-generate-storage-structure
==========================================

This package generates the Laravel storage folder structure. Useful when mounting an empty directory to replace `storage/` in production or staging environments.

1.1.1(1y ago)1163MITPHPPHP ^7.3|^8.0|^8.1|^8.2|^8.3

Since Apr 8Pushed 1y ago4 watchersCompare

[ Source](https://github.com/outl1ne/laravel-generate-storage-structure)[ Packagist](https://packagist.org/packages/outl1ne/laravel-generate-storage-structure)[ GitHub Sponsors](https://github.com/outl1ne)[ RSS](/packages/outl1ne-laravel-generate-storage-structure/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

Laravel Generate Storage Structure
==================================

[](#laravel-generate-storage-structure)

[![tests](https://github.com/outl1ne/laravel-generate-storage-structure/workflows/tests/badge.svg)](https://github.com/outl1ne/laravel-generate-storage-structure/workflows/tests/badge.svg)

This package generates the Laravel storage folder structure. Useful when mounting an empty directory to replace `storage/` in production or staging environments.

When running a Laravel application with an empty storage directory, you should get an error related with reading/storing files to/from `storage` directory like `ErrorException file_put_contents(/../storage/..): failed to open stream: No such file or directory` or similar. This can be fixed by manually creating the folder structure as needed, but it's cumbersome task with automated CI/CD flows.

Usage
-----

[](#usage)

```
composer require outl1ne/laravel-generate-storage-structure

```

Create `app/`, `framework/` and `logs/` directories into the current directory:

```
generate-storage-structure

```

Create `app/`, `framework/` and `logs/` directories into `/storage` directory:

```
generate-storage-structure --storage-path=/storage

```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance43

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~253 days

Recently: every ~351 days

Total

8

Last Release

454d ago

PHP version history (6 changes)1.0PHP ^7.0

1.0.1PHP ^7.3

1.0.3PHP ^7.3|^8.0

1.0.4PHP ^7.3|^8.0|^8.1

1.0.5PHP ^7.3|^8.0|^8.1|^8.2

1.1.1PHP ^7.3|^8.0|^8.1|^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/433de02217a2d53550a5faf2b84337a9064cc6f1f85b1fc2b457f13dc21126d4?d=identicon)[allantatter](/maintainers/allantatter)

---

Top Contributors

[![allantatter](https://avatars.githubusercontent.com/u/386999?v=4)](https://github.com/allantatter "allantatter (4 commits)")[![NGxSun](https://avatars.githubusercontent.com/u/198585999?v=4)](https://github.com/NGxSun "NGxSun (1 commits)")[![texiontech](https://avatars.githubusercontent.com/u/19512530?v=4)](https://github.com/texiontech "texiontech (1 commits)")

---

Tags

laravelstorageoutl1ne

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/outl1ne-laravel-generate-storage-structure/health.svg)

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

###  Alternatives

[itbdw/laravel-storage-qiniu

A storage library for laravel5 and qiniu sdk

7015.2k](/packages/itbdw-laravel-storage-qiniu)

PHPackages © 2026

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