You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Laravel Code generator to generate resources from my existing data tables.
this is the command: php artisan create:resources Country --table-name pfx_countries --table-exists
But I get this exception: The file resources/codegenerator-files/pfx_countries.json was not found!
It generates a file named countries.json in resource/codegenerator-files path.
Seems that --table-name parameter is not considered when naming the json fields file.