https://github.com/laralib/l5scaffold
Generates model, REST controller, migration, table seeder, REST UI (Twitter Bootstrap)
composer require 'laralib/l5scaffold' --dev
app/config.php - "Laralib\L5scaffold\GeneratorsServiceProvider"
php artisan make:scaffold Post --schema="title:string:, body:text"