Hey, i have this route Route::get('/map/{type?}/{id?}', array('as' => 'map', 'uses' => 'HomeC...
Hey, when logging in i get this error Illuminate \ Database \ QueryException SQLSTATE[42S22]: Colu...
Hey, i am using a free host, and my URLs often 404, thinking the /public/something/something url is...
Hey, i have this code @extends('layout.main') @section('content') <head><title>[PCP] {{...
Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...
I solved it with @if(Request::is('item/*')) //my stuff here @endif
Thank you, it worked, but now the page is loading slower, it takes about 3 seconds for it to load, a...
psychonetic said: Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get(...
TorchSK said: The number of models should match the number of DB Tables (minus the pivot tables) I...
I also had problems with that, so i changed to smtp. You make an account to any mail system [i recom...
The Laravel portal for problem solving, knowledge sharing and community building.