agik/laravel_module

1.3.1 2018-11-28 09:38 UTC

This package is auto-updated.

Last update: 2024-03-11 12:19:07 UTC


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