Download the PHP package cslant/laravel-generator without Composer
On this page you can find all versions of the php package cslant/laravel-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cslant/laravel-generator
More information about cslant/laravel-generator
Files in cslant/laravel-generator
Package laravel-generator
Short Description Laravel Generator
License MIT
Homepage https://github.com/lbiltech/laravel-generator
Informations about the package laravel-generator
Welcome to Laravel Generator Package
This package is used to generate models, controllers, views, routes, migrations, seeders, factories, requests, and more for Laravel.
Technology
- PHP ^8.1
- Laravel Framework 9.x, 10.x
- Composer
Installation
You can install the package with Composer using the following command:
Publish the config file, views, and language files
If you want to change the default configuration, the views, or the language files, you can publish them with the following command:
If you have run the above command, you will see the following files in your project:
config/laravel-generator-advanced.php
resources/views/vendor/laravel-generator-advanced
Also, you can publish only the config file with the following command:
Similarly, you can publish only the views with the following command:
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-generator with dependencies
laravel/framework Version ^8.0|^9.0|^10.0
lbiltech/laravel-generator-ui Version ^v1.0.0