SoliDry / api-generator

PHP-code generator for Laravel framework, with complete support of JSON-API data format
MIT License
327 stars 60 forks source link

Fix entity name in `$table` and in Routes/api.php #189

Closed arthurkushman closed 4 years ago

arthurkushman commented 4 years ago

This is needed primarily to match entities with Upper/Lower cased several words e.g.: BigArticle must be written as $table = 'big_article' and routing Route::post('/big_article', 'BigArticleController@create'); as migrations table created correctly as big_article.

arthurkushman commented 4 years ago

https://github.com/SoliDry/api-generator/releases/tag/2.6.10