Hello, i have this route Route::get('display/{id}', array('as' => 'display', 'uses' => 'HomeC...
Hey, i'm a bit of a newbie, and until now, everytime i had to pull more than 1 result from the datab...
Hello, i'm a newbie with laravel, and so far i managed to make a good and working code only with the...
Hey, to generate "time ago" text, i use the following code: {{ \Carbon\Carbon::createFrom...
Hey, i have this code public function viewfind($nick) { //check if the user inputted exists $che...
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.