When I try to use the save() method of eloquent-laravel 5.1, in the way it asks for documentation, the update is not done in the database.
This is how the documentation asks for it:
$flight = App\Flight::find(1);
$flight->name...
asked by
07.02.2017 / 00:40