laracademy just released a new package that we can use to speed up the development process of a Laravel application.

models

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