- Notifications
You must be signed in to change notification settings - Fork69
Generates and handles Modules for Laravel
License
L5Modular/L5Modular
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Keep Your Laravel App Organized
This package allows you to organize your Laravel project in a modular manner.
You can simply drop or generate modules with their own controllers, models, views, routes, etc. into theapp/Modules
folder and go on working with them.
Check out the full documentation atl5modular.github.io
The easiest way to install this package is through your terminal via Composer.
Run the following command in a bash prompt from your projects root
composer require artem-schander/l5-modular
L5Modular v2 requires at least PHP 7.2 and Laravel 5.7
Older PHP / Laravel versions are supported by L5Modular v1.
Thanks goes to these wonderful people:
Julio Motol 💻 | Hussein Feras 💻 | Farhan Wazir 💻 | David Höck 💻 | Kis Viktor 💻 | Akram Berkawy 💻 | Thomas Eriksson 🐛 |
Also thanks to zyhn for the"Modular Structure in Laravel 5" tutorial. Well explained and helped a lot.
Feel free to join theSlack chat.
L5Modular is licensed under the terms of theMIT License(See LICENSE file for details).
About
Generates and handles Modules for Laravel