Download the PHP package codificar/scaffolder without Composer
On this page you can find all versions of the php package codificar/scaffolder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package scaffolder
Laravel scaffolder based on Laravel scaffolder by mpaleo
Remove the headache of creating over and over again the base code for most of your projects. Scaffolder is tailored following the principle that the development process must be a happy thing so, code and enjoy ! You are free to extend it the way you need. This package only generate things that you need to start, always keeping the code clean and abstract. Are you hungry ? Fork it !
Installation
- Get laravel up and running
-
Add the following packages to your composer.json
-
Update your packages
`
-
Add the service providers to the providers array in
{laravel-root}\config\app.php
- Add the following aliases in
{laravel-root}\config\app.php
Getting started
First you need to publish the configuration files and assets
Here we are using the theme codificar/scaffolder-theme-material, but you can fork it, and do whatever you want/need :)
At this point, you already can start to scaffold things. You have two ways to use the package.
Command line way (Hardcore devs)
When you execute the artisan publish command, the service provider creates the folder {laravel-root}\scaffolder-config
that has the following structure:
The app.json
file contains global settings, also you will get some demo files for models. All you need to scaffold an application is to edit the app.json
file, and create the json files for the models you want. After you have all the files ready, you have the following commands:
This command generate the application using the files that you have provided.
For instance, when you update the package, you should clear the cache files stored in {laravel-root}\scaffolder-config\cache
User interface way (Lazy devs)
All you need to do, is go to your http://{crazyhost}/scaffolder/generator
and fill some inputs :)
Next steps
Check out the wiki to get more information about things that you need to know
Contributing
Just let me know your ideas and let's work together
License
The scaffolder package is licensed under the MIT license
All versions of scaffolder with dependencies
barryvdh/laravel-cors Version 0.7.x
resultsystems/validation Version ~1.0