Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...
In Laravel 3 we were able define bundle specific route filters like Route::filter("admin::auth&...
I know this is happening because the referer header isn't being set. I need to be able to provide a...
Image upload error Call to undefined function Intervention\Image\finfo_file() $info = pathinfo($path...
I'm trying to post a form with data and redirect the user directly from controller, but the data is...
Hi Everyone, New to here as well as Laravel, but trying my best to get through this awesome framewor...
I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...
Hi, I have 2 database queries running in a queue that uses iron.io to select some data from my datab...
I posted this same message on the Laracasts forums but didn't get any replies, thought I would give...
I am using ajax to upload images using intervention. First I use the File API to read the file size,...
return Redirect::to('dashboard'); after login it show this text SUCCESS! Redirecting to http://pos....
Hey guys, this might be basic but I can't get it to work: I've been testing my application on local,...
Hey, until now i was able to send a password reminder email, but now i can't, even though i haven't...
Hello, I have some strange issue. The problem is that I generate some images from the database but f...
Hey everyone. I've been building one-page apps a long time now (in the grand scheme of things), for...
Good afternoon, I am relative new to the Laravel frame work and I have been working my way through t...
https://github.com/CodeSleeve/asset-pipeline I followed the installation/configuration instructions...
I have a USER table, and ITEMS table, and a Likes table. I'm randomly taking 9 items from the Items...
Here's a bin of what I'm doing and the problem I'm having. Long story short, My resource controller...
Hello, I'm having issues with uploading files. It worked before. Now I don't know why it is not work...
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