sircumz/laravel-modular

A Laravel 5.4 package for a modular design.
14 2
Install
composer require sircumz/laravel-modular
Latest Version:1.0.1
PHP:^7.0
License:MIT
Last Updated:Oct 5, 2017
Links: GitHub  ·  Packagist
Maintainer: SirCumz

laravel-modular!

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

Related Packages

andrebhas/laravel-brick

Build modular monolith Laravel applications with a solid foundation. Each module...

0 0
provision/administration

ProVision Administration - laravel package

3,741 11
kevinongko/laravel-genode

Opinionated modular structure for Laravel

10 2
coduxe/modular-laravel

Laravel modular friendly

22 0
rluders/laravel-skeleton

An simple and modular Laravel Skeleton for your application

2 0