hassanzohdy / laravel-organizer
This package is abandoned and no longer maintained.
The author suggests using the hassanzohdy/mongez package instead.
An organized structure for building a neat laravel application(s).
1.4.22
2019-08-27 02:28 UTC
Requires
- php: >=7
- illuminate/support: 5.6.x|5.7.x|5.8.x
This package is auto-updated.
Last update: 2019-09-21 14:02:16 UTC
README
This project aims to make using Laravel framework more organized and extensible.
Table of contents
Requirements
- Laravel
>=5.6
Installation
Run the following Command in your cli.
composer require hassanzohdy/laravel-organizer
Configurations
Once its done run the following command to create the config/organizer.php file.
php artisan vendor:publish --provider="HZ\Illuminate\Organizer\Providers\OrganizerServiceProvider"
Documentation
See full documentation in the wiki page.