Hey, i tried uploading my laravel script on a shared host (000webhost) and i got the error Warning:...
Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...
Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...
Hey, i have a question: how can i make a query, and use results like this: Query::user()->Name
Hello, how can i send an error message back to a page? For example when i login, i want to send mess...
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.