Get started with Laravel Modular in seconds.
Install the package via Composer:
composer require alizharb/laravel-modular
Run the installation command to automatically configure your application (including dependency handling):
php artisan modular:install
Note: This command will also offer to configure your
composer.jsontest script to run both application and module tests in isolation.
Once installed, you are ready to create your first module.
php artisan make:module Blog
Check out the Guide for more details on the workflow.
How can I help you explore Laravel packages today?