Download the PHP package sircumz/laravel-modular without Composer
On this page you can find all versions of the php package sircumz/laravel-modular. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sircumz/laravel-modular
More information about sircumz/laravel-modular
Files in sircumz/laravel-modular
Download sircumz/laravel-modular
More information about sircumz/laravel-modular
Files in sircumz/laravel-modular
Vendor sircumz
Package laravel-modular
Short Description A Laravel 5.4 package for a modular design.
License MIT
Homepage https://github.com/SirCumz/laravel-modular
Package laravel-modular
Short Description A Laravel 5.4 package for a modular design.
License MIT
Homepage https://github.com/SirCumz/laravel-modular
Please rate this library. Is it a good library?
Informations about the package laravel-modular
laravel-modular!
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.
All versions of laravel-modular with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
sircumz/laravel-mixable Version 1.0.*
sircumz/laravel-themes Version 1.0.*
sircumz/laravel-mixable Version 1.0.*
sircumz/laravel-themes Version 1.0.*
The package sircumz/laravel-modular contains the following files
Loading the files please wait ....