How can I validate it? If I use: $res = DB::table('estacaohs') ->whereRaw($sql) -...
Hello all! Currently I have an application where I have stored in the database the following columns...
Taking your routes.php, this is what you should have in your controller HomeController. class HomeCo...
How is your "routes.php" file setup? Can you post it? Mind that you are sending a POST req...
arjan said: You can do: Icon::all()->keyBy('name') or Icon::all()->keyBy('name')->toArray...
The Laravel portal for problem solving, knowledge sharing and community building.
The community