rizqyhi / laravel-mods
Generate module easily on Laravel
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rizqyhi/laravel-mods
Requires
- illuminate/console: ~5.5
This package is auto-updated.
Last update: 2025-12-23 20:51:53 UTC
README
Simple console command to generate a set of module consists of routes, controllers, views, and language file.
- Using invokable controller for each route
- Follow naming convention based on alexeymezenin/laravel-best-practices
How to use
- Install this package via composer:
composer require rizqyhi/laravel-mods --dev - Run the command from CLI:
artisan mods:create ResourceName
License
This project is licensed under the MIT License - see the LICENSE file for details.