Download the PHP package cesargb/laravel-modules without Composer
On this page you can find all versions of the php package cesargb/laravel-modules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cesargb/laravel-modules
More information about cesargb/laravel-modules
Files in cesargb/laravel-modules
Package laravel-modules
Short Description Organize your Laravel application into independent local modules using Composer path repositories
License MIT
Informations about the package laravel-modules
Laravel Modules
A local module management system for Laravel using Composer. Organize your application into independent modules installed and uninstalled as Composer path packages.
Installation
Then configure the modules directory:
Commands
modules:create
Create a new local module:
modules:download
Download a module from a Git repository:
modules:list
List all modules with their installation status:
modules:install
Install one or more modules:
modules:uninstall
Uninstall one or more modules:
modules:remove
Uninstall and permanently delete a module directory:
modules:test
Run PHPUnit tests for all local modules:
Make Commands
Generate files inside a module using module:make:* commands:
Programmatic Usage
All versions of laravel-modules with dependencies
composer/composer Version ^2.9
illuminate/console Version ^12.0
illuminate/filesystem Version ^12.0
illuminate/process Version ^12.0
illuminate/support Version ^12.0