Download the PHP package draku/modules without Composer
On this page you can find all versions of the php package draku/modules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download draku/modules
More information about draku/modules
Files in draku/modules
Download draku/modules
More information about draku/modules
Files in draku/modules
Vendor draku
Package modules
Short Description A library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.
License MIT
Package modules
Short Description A library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.
License MIT
Please rate this library. Is it a good library?
Informations about the package modules
Draku modules
Modules is a library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.
Personal opinion
This library is currently on a very early stage, there's many things that should be optimized and another bunch that need to be worked on, such as a cache. I recommend you to install the dev-master
version.
Requirements
- PHP 7.1.2 or higher.
- Laravel 5.4
Configuration
There is hardly anything to do to set this up:
- Add
Draku\Modules\ModulesServiceProvider::class
to your autoloaded service providers list. - Run
php artisan vendor:publish
just in case you want to customize your installation. - That's it, you're ready to go.
Documentation
Soon.
File structure
You may not change this file structure because it's currently hard coded.
TO DO
Separate configuration from classes.- Allow UrlGenerator to find modules' controllers.
- Class map cache.
- CLI functionality.
- Unit tests.
All versions of modules with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.2
illuminate/view Version 5.4.*
illuminate/routing Version 5.4.*
illuminate/support Version 5.4.*
illuminate/contracts Version 5.4.*
illuminate/filesystem Version 5.4.*
illuminate/view Version 5.4.*
illuminate/routing Version 5.4.*
illuminate/support Version 5.4.*
illuminate/contracts Version 5.4.*
illuminate/filesystem Version 5.4.*
The package draku/modules contains the following files
Loading the files please wait ....