devaissa/file-generator-command

create custom files from command line (php artisan)

v1.1.2 2021-02-02 12:22 UTC

This package is auto-updated.

Last update: 2024-04-29 04:59:33 UTC


README

Installation

Create custom files from command lines (php artisan)

composer require devaissa/file-generator-command:"^1.1.1"

Configuration

Inside your bootstrap/app.php file, add:

$app->register(Devaissa\FileGeneratorCommand\FileGeneratorServiceProvider::class);

Available Command

make:file name --cat=file-type (interface,class,trait ) Create a new file (interface || class || trait)