Is there some way to generate models from database in Laravel 5?
The generators package only create an empty model.
php artisan make:model Profile
Profile - your table name. The models will not be generated if their is no auto incrementing primary key