issues
search
iberflow
/
laravel-model-generator
Laravel 5 model generator for an existing schema
264
stars
75
forks
source link
Generated model class styling
#10
Closed
TomasJDB
closed
9 years ago
TomasJDB
commented
9 years ago
The opening php tag should follow with a newline as such:
<?php namespace App\Models;
Remove unnecessary spacing when certain stub variables are left out empty.