Download the PHP package omaicode/laradules without Composer
On this page you can find all versions of the php package omaicode/laradules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laradules
LARADULES
A simple library to split your codes into modules. Make your codes become flexible, easy to maintenance and coding faster.
Installation
Use composer to manage your dependencies and install with command:
Commands
To create a module, enter command:
This command will create your module inside folder {PROJECT}/modules. Example:
- app
- Http
- Models
- Providers
- ...
- modules
- ModuleA
- ModuleB
To show module list, enter command:
LICENSE
MIT
CREDIT
This is my first public library for Laravel, if it have any bugs just create your issue. I'll update as soon as possible! Thanks you for use my libraby.
All versions of laradules with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
league/flysystem Version ^1.0|^2.0
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
league/flysystem Version ^1.0|^2.0
The package omaicode/laradules contains the following files
Loading the files please wait ....