Open mrk-j opened 9 years ago
If I run php artisan bauhaus:scaffold --model=post_type the generated model is named PostType, but the filename is Post_type.php.
php artisan bauhaus:scaffold --model=post_type
PostType
Post_type.php
I prefer PostType.php, see the attached PR.
PostType.php
Please, check out #53.
Please, check out #56.
If I run
php artisan bauhaus:scaffold --model=post_type
the generated model is namedPostType
, but the filename isPost_type.php
.I prefer
PostType.php
, see the attached PR.