Libraries tagged by laravel-file-generator
skyronic/laravel-file-generator
46302 Downloads
Laravel package to help you automate creation of files. Build your own custom generators like 'artisan make:model'.
bpocallaghan/generators
64148 Downloads
Custom Laravel File Generators with config and publishable stubs.
shamaseen/laravel-files-generator
10634 Downloads
Generate any kind of File/s from stubs with only a single command, literally, ANY TYPE.
eloverde/laravel-file-generator
40 Downloads
Laravel package to help you automate creation of files. Build your own custom generators like 'artisan make:model'.
alibori/laravel-file-generator
334 Downloads
Package to create custom files that doesn't have default stub.
ferdinandfrank/laravel-file-generator
20 Downloads
An easy extension of the Artisan make commands to modify the command's stubs and to generate fully implemented php files.
timehunter/laravel-file-generator
93 Downloads
A Laravel File Generator to automate creation of interface, trait and class files.
net-results/laravel-file-generator
3 Downloads
Generates Migrations, GraphQL, Factory Files
on3n3o/generators
12 Downloads
Custom Laravel File Generators with config and publishable stubs.
bakgul/laravel-file-creator
122 Downloads
This package aims to create the app, database, and test files. It can be a replacement for Laravel's file generator because this package offers some quite nice features. It offers extra file types like interface, trait, service, etc. Depending on the settings, it can create dozens of files with a single command and connect them to each other properly.