mimron / module-manager
Module Manager & Generator for Laravel Starter Kit (https://github.com/mimron/laravel-starter)
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2025-02-22 03:18:26 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require mimron/module-manager
After installig the package, you need to publish the config file and the module stub files. You can do this by running the following command:
php artisan vendor:publish --tag=module-manager
Usage
To create a project use the following command, you have repalce the MODULE_NAME
with the name of the module.
php artisan module:build MODULE_NAME
You may want to use --force
option to overwrite the existing module. if you use this option, it will replace all the exisitng files with the defalut stub files.
php artisan module:build MODULE_NAME --force
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mimron671@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Starter Boilerplate
Laravel Starter is a CMS like modular starter application project built with Laravel 10.x.