Hi, i can save data with the method e.g. $this->player->save(); Another solution is: $this->...
Hi, how can I transcribe this sql select with Eloquent? SELECT * FROM player WHERE concat(YEAR(CURDA...
Thanks. I found this in the doc: The Redirect::intended function will redirect the user to the URL t...
This is the solution. I don't know why, but it works. Many thanks. regards markus
Thanks. Is it possible to change the data in the select in the database? (CASE)
Is it possible to use switch/case or if/else in blade? if $player->foot ="l" then $foot...
The Laravel portal for problem solving, knowledge sharing and community building.