Libraries tagged by laravel file generator
davekelly/static-generator
210 Downloads
Generate static HTML/JSON files from Laravel routes
tandd/laravel-vue-i18n-generator
459 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
saeidsharafi/laravel-vue-i18n-generator
750 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
laudaikinhdi/laravel-vue-i18n-generator-tanmnt
2769 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
jackmartin/laravel-vue-i18n-generator
278 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
fazlinovic/laravel-vue-i18n-generator
2683 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
d4rknazz/laravel-vue-i18n-generator
13 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
alexsoft/webserver-config-generator
185 Downloads
Package for generating webserver configuration file for your Laravel app
alefesouza/laravel-vue-i18n-generator
2016 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
dam1r89/proto-generator
264 Downloads
Laravel 5 prototyping tool. Creates files based on the templates. It comes with template for views, model, migration and controllers.
laravelba/laravel-js-routes
8249 Downloads
Access Laravel routes from your javascript files.
sailingdeveloper/laravel-generator
59 Downloads
Generate models, migrations, events, observers, Nova, form requests, resources from one model definition file.
maltex/laravel-service-generators
13 Downloads
Provide command line generation of service layer files.
infinitietech/custom-view-laravel
15 Downloads
A powerful and flexible Laravel package that extends the default view generation capabilities with customizable templates, layouts, and file management features
ahrmerd/laravel-test-generator
128 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package