I've written the following test to try and create an access token for my API: public function testAc...
How do I get the selected value from the dropdown? <p>{!! Form::select('companyname', array(''...
I have some confusion on what's the difference with this codes. I have been accustomed in using eloq...
I'm trying to make a api that uses route parameters so that i don't need 1000 routes for all the dif...
I'm trying to make a group of secret routes on my app. Route::group(['middleware' => 'auth.secret...
I'm using Entrust and I'm having some issues. I would like middleware such as this: Route::get('arti...
I am currently making a website using Lumen 5.0.10 in Laravel 5. POST and GET requests work without...
Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...
Hi everyone, I have installed laravel on windows server and I am having issues removing the public f...
I have the following challenge, trying to join 3 tables in Laravel 5: I have a many-to-many relation...
Hello guys, i have this mysql query for counting something in my controller $count = 0; foreach ($d...
I'm getting a connection refused error..
As the subject says - is it possible to indicate a non-match for a route from within the route callb...
I have got the following: Route::post('hello', function() { return response()->json(['ok' =>...
I'm working on a project divided into two separate parts. Part one, the bigger part, is in Laravel 4...
Im new to Laravel, and thought i would start out by creating a simple form. By searching around the...
Hi there, I'm quite new to Laravel so I don't know if I missed something, but my issue is the follow...
Hi guys, I'm relatively new to Laravel but am so far impressed. One of the features that I was reall...
Hello guys ive been trying to learn Laravel and it's a lot of fun. I am running in to some problems....
In the handle() method of my middleware, I currently have: return $next($request); But I would like...
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