JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

php artisan make:seed is not run properly #459

Open almasmaris opened 9 years ago

almasmaris commented 9 years ago

its created seed class successfully but "class name" in the "file" is not created successfully.

capture

I hope someone can fix it.