I am creating an API with RESTful Controllers, how can I utilize the CSRF token protection provided...
My problem I am using a function to download files when a user clicks on them. The file is downloade...
The issue appears when I want to registrate my user (click submit button). Login works great. I use...
I can't understand why Auth::attempt always returns false. Maybe someone can enlighten me and explai...
I am trying to authorise user in a controller method by calling another method of the same controlle...
I'm trying to chain post request from 1 controller to another. Here is my call $controller = app()...
Hi there, I would like to be able to use different routes within my application for different domain...
Route::group(['prefix' => 'user'], function() { Route::get('/{courseId}', function(Reque...
Hello, i want a multi-level link structure but it won't work. The problem is that when i call: /test...
Hello everyone, Can someone please help update files in my /public/updates/ folder. I need to update...
So I have a view that allows a user to cycle through a folder of pictures that sort of resembles a p...
Im trying to remove the Cache-Control: no-cache from my Laravel 5, so i created a middleware to hand...
I am trying to pass request variables to unit test my api calls to the controller, which i do as fol...
I have created two validation requests and want to validate them like shown below. public function s...
Hi, I try to work with the following api http://en.help.mailstore.com/spe/Management_API_-_Using_the...
hello , i have some troubles when i try to save into a manytomany's relationship basically i don't k...
I am trying to return an image, however I cannot get the 'Content-type' to set and when I navigate t...
I am using the stateless HTTP authentication as described at http://laravel.com/docs/master/authenti...
Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...
As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...
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