coderflexx / laracommand
Tool to save you time, and scaffold all of your files in one command.
Fund package maintenance!
coderflex
Requires
- php: ^8.0
- illuminate/contracts: ^9.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^1.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5.4
README
A Cli tool to save you time, and gives you the power to scaffold all of your models,controllers,commands... at once
Installation
You can install the package via composer:
composer require coderflexx/laracommand --dev
Or, if you are using v8
you can install v1.*
composer require "coderflexx/laracommand ^1" --dev
Usage
Use the commands like using laravel
make commands
- make model command
php artisan laracommand:make-model FirstModel SecondModel
You can generate as many as you want of models, and you can add options like make:model
command
Check out the docs for more, just replace make:model
with laracommand:make-model
Testing
composer test
Note
This package is for development use only, you are free to disable/remove it once you are done with.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.