I'am using laravel 5.1 and i have this two routes Route::get('/profile',array('uses'=>'ProfileCon...
I have set up a sample route to test if my laravel is working Route::get('users/hello', function() {...
Hello, I am new to Laravel. I am trying to use CKEditor with KCFinder (File browser). I have impleme...
What would be the best way to acheive the following? Currently I have a checkout method within a con...
Hi, I'm just starting to learn laravel and I keep experiencing this one problem I really don't know...
Hi. In the past we use to do something like Cookie::get() - Cookie::set() - Cookie::forever() but th...
I have this JS code that receives an image file and make it into binary using the FileReader API in...
Hi, I tried to submit an array of text boxes with say <input type="text" name="description[]" req...
Hello, how can I register middlewareGroup middlewares in my package? Because I don't want to registe...
I have made changes to my routes file but when i hit the URL for a particular route i am getting bac...
This might be a nube question. Here is my scenario. Trust me i have spend hour on this with no good...
I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...
Hi there, I will make this short, not like last time. I have an edit route so I can edit my data fr...
Hi there I am new on this forum so I would like to say Hi first. I am working with Laravel 4. Making...
I'll try my best to explain what i want to. I showing a page with some "product" on the pa...
Hi, I want to create url rewriting functionality (think; like Magento has - allowing me to redirect...
This is my store method public function store(Request $request) { $this->validate($re...
I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...
Hi, I've got a weird problem I can't seem to figure out. When I try to call my destroy method with a...
I have an application using Laravel's default authentication & user system. I have added numerou...
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