Trying to insert into a table using Eloquent where updated_at column was missing did not throw any error at all. Not even logged to the log file. It took me a long to understand why my inserts queries were not working.
Shoundn't database errors of any type should be shown to the developer ? Can this be fixed ?
Please post your code and be sure to set "debug" => true in you app config.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community