Libraries tagged by laravel-file-generator
skyronic/laravel-file-generator
41285 Downloads
Laravel package to help you automate creation of files. Build your own custom generators like 'artisan make:model'.
bpocallaghan/generators
63705 Downloads
Custom Laravel File Generators with config and publishable stubs.
shamaseen/laravel-files-generator
9551 Downloads
Generate any kind of File/s from stubs with only a single command, literally, ANY TYPE.
alibori/laravel-file-generator
324 Downloads
Package to create custom files that doesn't have default stub.
ferdinandfrank/laravel-file-generator
18 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
92 Downloads
A Laravel File Generator to automate creation of interface, trait and class files.
net-results/laravel-file-generator
2 Downloads
Generates Migrations, GraphQL, Factory Files
on3n3o/generators
11 Downloads
Custom Laravel File Generators with config and publishable stubs.
bakgul/laravel-file-creator
108 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.