in models y laravel has made without $table if v use it takes plural of the table for e,g. inventories is the live table name if the model is given in camelcase then $table is automatically assign inventories.this is threat by mistaken by laravel. best will be to use $table initialisation.this is incomfortable to all laravel users.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community