coderflexx/laracommand

This package is abandoned and no longer maintained. No replacement package was suggested.

Tool to save you time, and scaffold all of your files in one command.

v2.0.2 2022-02-12 21:30 UTC

This package is auto-updated.

Last update: 2022-12-11 01:01:54 UTC


README

laracommand Logo

laracommand Example

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status

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.