Skip to content

Instantly share code, notes, and snippets.

View roggel-gists's full-sized avatar

Rogier Borst roggel-gists

  • The Netherlands
View GitHub Profile
<?php
/**
* Laravel Generator
*
* Rapidly create models, views, migrations + schema, assets, tests, etc.
*
* USAGE:
* Add this file to your Laravel application/tasks directory
* and call the methods with: php artisan generate:[model|controller|migration] [args]