lnext / service-facades
The architectural solution of the file system for laravel
1.2.2
2025-04-17 11:07 UTC
Requires
- php: ^8.1
- laravel/framework: ^9|^10|^11|^12
README
A package for expanding the file structure in laravel
To install, use the composer command
composer require lnext/service-facades
The full description can be found in the file: doc-service-facade.md
Additional traits come with the package.
- trait the response array that is used in our salvatory: doc-salvatory.md
You can install additional traits separately
- EndlessOptions
composer require lnext/endless-options
- CheckRelation
composer require lnext/auxiliary-solutions
- trait for extending laravel models: doc-endless-options.md
- trait for expanding laravel resources: doc-check-relation.md