Download the PHP package hadyfayed/larawiz without Composer
On this page you can find all versions of the php package hadyfayed/larawiz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hadyfayed/larawiz
More information about hadyfayed/larawiz
Files in hadyfayed/larawiz
Package larawiz
Short Description Generate your app with simple YAML files.
License MIT
Homepage https://github.com/larawiz/larawiz
Informations about the package larawiz
Larawiz
The Laravel 8 scaffolder you wanted but never got, until now!
Use a single YAML file to create models, migrations, factories, seeders, pivot tables... everything with braindead easy syntax.
Requirements:
- PHP 7.3, or PHP 8
- Laravel 8.x
Install:
Install this package using Composer directly inside your development packages.
Usage
If is your first time using Larawiz, publish the sample YAML files into the larawiz/
directory:
php artisan larawiz:sample
Check it out and play with it. Once you're done, scaffold your project with this artisan command:
php artisan larawiz:scaffold
Larawiz will automatically create the files needed to set up your project like magic.
Safety first
Larawiz will automatically copy your app
and some of your database
directories as backups every time you scaffold. It only deletes the migrations
folder.
You can find it in your application default storage path under the storage/larawiz/backups
directory, and copy them over your project directory if you need to "backtrack" on something.
Generating your app
Larawiz uses braindead easy syntax, so you shouldn't need to read the docs:
...but if you want more customization, go ahead to the documentation since it explains everything: table names, fillable properties, pivot models, primary keys, timestamps, soft-deletes, factories, etc.
License
This package is open-sourced software licensed under the MIT license.
Laravel is a Trademark of Taylor Otwell. Copyright © 2011-2021 Laravel LLC.
All versions of larawiz with dependencies
fakerphp/faker Version ^1.14
illuminate/support Version ^8.0|^9.0
nette/php-generator Version ^3.6
symfony/finder Version ^5.2|^6.0
symfony/yaml Version ^5.2|^6.0