Skip to content

rafaberaldo/laravel-modular

Repository files navigation

Laravel-modular

Laravel with a modular folder structure (AKA folder-by-feature). Source of

Installation

composer install

Scripts

# dev server
php artisan serve

# migration
php artisan migrate:fresh --seed

# tests
php artisan test

Modules

Modules can be found in app/Modules.