Download the PHP package isayama3/larave-project-generator without Composer
On this page you can find all versions of the php package isayama3/larave-project-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package larave-project-generator
Laravel App Generator
About
Develop faster and cleaner.
This package is responsible for generating laravel essential files for starting your application.
You dont need to make make command for each file like contoller, model, ....etc.
It's only one command and you are ready to start your application.
Installation
You can install the package via composer:
Usage
Init module data
- After installing the package. There is a generated folder called
data
in our base bath directory with an example file for a module. - The files in
data
directory are used to generate module files. - You need to add your own data in each file you gonna init.
example file for an admin module
Generate module files
-
Now you need to run this command to start creating your modules files.
- The command will also create the module files in
app/Http/Controllers
andapp/Models
anddatabase/migrations
andapp/Http/Resources
androutes/api.php
orroutes/web.php
based onrequest_type
.
Changelog
Please see the CHANGELOG for more information on what has changed recently.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ahmedismail00
- All Contributors
License
The MIT License (MIT). Please see License File for more information.