laracasts / Laravel-5-Generators-Extended

This package extends the core file generators that are included with Laravel 5
https://laracasts.com/lessons/faster-workflow-with-generators
MIT License
2.45k stars 347 forks source link

Table Name with underline _ #174

Closed timoteo7 closed 4 years ago

timoteo7 commented 4 years ago

Description:

underline ' _ ' in command return error:

"Call to undefined function Laracasts\Generators\Commands\studly_case()"

if i did without underline dont have error, but the name generated is incorrect

php artisan make:migration:pivot orderItems packageModalityRateDetail

Steps To Reproduce:

php artisan make:migration:pivot order_items package_modality_rate_detail

timoteo7 commented 4 years ago

161

tabacitu commented 4 years ago

Updating to the latest version should fix it for you @timoteo7 . Let me know if a composer update doesn't do it for you.

Cheers!