devaissa/file-generator-command

create custom files from command line (php artisan)

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/devaissa/file-generator-command

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

This package is auto-updated.

Last update: 2025-09-29 02:43:40 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)