So, I got a Model in Laravel 5.4 associated with a table and in my Model Controller, when I try to insert a register using $post->save(); the model registry is not being inserted at the database. I revised the code many times and even comparing it with other equal codes that works and everythings seems to be Ok so I guess it is something happening at the database level that is making this registry not to be inserted. So, how can I get a possible, if it's the case, error message comming from MySql in this situation? Because, after I run the save() method, nothing happens and I got no response. Thanks in advance
via Fabiotk