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
Requires
- classpreloader/classpreloader: ^3.0|^4.0
- illuminate/console: ^5.5|^6.0|^7.0|^8.0|^8.17
- illuminate/filesystem: ^5.5|^6.0|^7.0|^8.0|^8.17
- illuminate/support: ^5.5|^6.0|^7.0|^8.0|^8.17
- psy/psysh: 0.9.*|0.10.*
- symfony/var-dumper: ^4.2|^4.3|^5.0|^5.1|^5.2
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)