I am trying to join two tables so that I can get the article name and slug, with only one query as I...
I am providing an example there are two tables paper and question in paper table {id, name} in quest...
I am following a guide, where they have all routes set in the routes.php file and I am attempting to...
Hi friends. Can you tell me how to know from which server/site I get curl request? The story is some...
I noticed in laravel 4 documentation there is a way to register a call back for after the processing...
Hello, I keep getting this error and I don't know how to debug or find the source of error. Please s...
How can i transform this format HH:MM:SS to this format HH:MM with laravel eloquent. Should i use RA...
Hello all, i am trying to implement a redirect page and i am not sure how to Redirect on an external...
HI all. I try add prefix into RouteServiceProvider but it not working. This is in my RouteServicePro...
"Honeypot" method of spam prevention is a simple and effective way to defer some of the sp...
Think I've got a pretty good handle on setting up my own validation and requests, but trying to find...
Anyone have experinece with cookies? So i have some Boostartp Modal showing newsletter form, and i w...
I'm testing my routes via POSTMAN I've disabled verifyCSRFtoken middleware from kernel.php However...
I want to track simple affiliate id. Let's say someone refer to the domain.com/blog/entry?ref=100 //...
hi, i want to redirect my user after login in a special page by user....how can i do that? thanks
I would like to make the built in Auth that comes in Laravel 5 into an API Auth based system. Anyone...
in routes.php I have code like this Route::group(['prefix' => 'admin','namespace' => 'Admin'],...
Been chopping at this piece by piece, but haven't quite got there or seen any good reference/example...
Hi, Here is relevant chunk of code from routes.php Route::post('testPost', function(){ echo &quo...
I am trying to implement an auth driver for authentification over an API to another pre-existing sys...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community