sircumz/laravel-modular

A Laravel 5.4 package for a modular design.

Installs: 14

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/sircumz/laravel-modular

1.0.1 2017-10-05 20:42 UTC

This package is not auto-updated.

Last update: 2025-10-08 08:15:47 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A Laravel 5.4+ package for a modular design.

Install

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

Theme support with laravel-themes

Laravel Modular depends on laravel-themes! make sure you install and configure this package.

see: https://github.com/SirCumz/laravel-themes

Compiling Module Assets with laravel-mixable

Laravel Modular depends on laravel-mixable! make sure you install and configure this package.

see: https://github.com/SirCumz/laravel-mixable