Generate models faster with Laravel Laracademy Generators
laracademy just released a new package that we can use to speed up the development process of a Laravel application.
Examples:
Generating a single table
php artisan generate:modelfromtable --table=users
Generating a multiple tables
php artisan generate:modelfromtable --table=users,posts
Generating all tables
php artisan generate:modelfromtable --all
Source code and Documentation
You can read more information and download the package at:
https://github.com/laracademy/generators?utm_source=learninglaravel.net
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Intermediate Laravel 5.1 Laravel 5.2 Laravel 5.3 Packages Sources