By default, Laravel is assuming that the database table is the plural form of the model name. But what if my table name is \"news\" and i still want to use this feature? sho
You may specify a custom table by defining a table property on your model as below
Ref:https://laravel.com/docs/5.1/eloquent