Download the PHP package renepardon/laravel-code-generator without Composer
On this page you can find all versions of the php package renepardon/laravel-code-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download renepardon/laravel-code-generator
More information about renepardon/laravel-code-generator
Files in renepardon/laravel-code-generator
Package laravel-code-generator
Short Description An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
License MIT
Informations about the package laravel-code-generator
Introduction
Clone of CrestApps laravel-code-generator adjusted for custom requirements. For example:
- no backward compatibility checks
- laravel 6 support
Installation
-
To download this package into your laravel project, use the command-line to execute the following command
- There is no second step
Just use Artisan commands to generate required things :)
A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of cource you can use your own layout. You'll only need to include CSS bootstrap framework in your layout for the default templates to work properly. Additionally, you can chose to you design your own templetes using a different or no css framework.
Coding
Coding style is PSR1/PSR2
License
"Laravel Code Generator" is an open-sourced software licensed under the MIT license