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.
This is needed primarily to match entities with Upper/Lower cased several words e.g.: BigArticle must be written as
$table = 'big_article'
and routingRoute::post('/big_article', 'BigArticleController@create');
as migrations table created correctly asbig_article
.