agik / laravel_module
module laravel
1.3.1
2018-11-28 09:38 UTC
Requires
- php: >=5.4.0
README
####Using Laravel With HMVC Concept or Modular Patern. ####This module using Laravel >=5.6 ####for using this module Please Follow the Steps below:
####Using Composer
- composer require agik/laravel_module
- add LaravModule\Providers\ModulesAppServiceProvider::class, in service provider
- php artisan vendor:publish --tag=modules
####Make Module
- php artisan make:module Example. new directory modules/Example will created on root directory
- entry http://localhost/your-app/public/example