Hello, I am trying to run a statement to create a database and an user, but it seems laravel continu...
Yep, you solved my problem :) The NotFoundHttpException is just because there's no route defined to...
Okay, it seems I've found a solution. Can I do it this way? $res = DB::connection('mysql')->state...
You can easily swap between different databases/servers using Config::get and Config::set. I've mana...
The Laravel portal for problem solving, knowledge sharing and community building.
The community