| Package Data | |
|---|---|
| Maintainer Username: | SirCumz |
| Maintainer Contact: | jefferso_83@hotmail.com (Tjip Kloosterman) |
| Package Create Date: | 2017-08-15 |
| Package Last Update: | 2017-10-05 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 03:02:04 |
| Package Statistics | |
|---|---|
| Total Downloads: | 14 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
A Laravel 5.4+ package for a modular design.
The preferred way of installing is through composer
composer require sircumz/laravel-modular
Add the service provider to config/app.php:
SirCumz\LaravelModular\LaravelModularServiceProvider::class
Publish the package
php artisan vendor:publish --tag=modules
Navigate to "app/Modules" to view the code of the Example module.
To view the output of the Example module goto:
http://localhost/Example
Laravel Modular depends on laravel-themes! make sure you install and configure this package.
see: https://github.com/SirCumz/laravel-themes
Laravel Modular depends on laravel-mixable! make sure you install and configure this package.
see: https://github.com/SirCumz/laravel-mixable