Right now I am running a fgrep in hopes of finding the offending code in the vagrant box because I do not see it anywhere in the vagrant folder.... Is there an update I can run that will fix this? I tried composer update, but that does not fix it.
If you want to use a different table than what Eloquent will assume based on the name of the class you can define it on the model.
protected $table = 'some_table_name';
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community