Support the ongoing development of Laravel.io →

2,392 Threads

Validating two models in Laravel 5

Hi, I have User and Company. If user select on registration that it is regular user the he just fill...

0 Likes
2 Replies

View Composers & Redirect

Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...

0 Likes
1 Replies
Solved
posted 9 years ago

Laravel 5 should not(?) default CSRF

Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...

0 Likes
2 Replies

Filters in Packages

In Laravel 3 we were able define bundle specific route filters like Route::filter("admin::auth&...

0 Likes
4 Replies

Redirect::back and URL::previous can both sometimes return empty URLs

I know this is happening because the referer header isn't being set. I need to be able to provide a...

0 Likes
0 Replies
posted 9 years ago

laravel image upload error

Image upload error Call to undefined function Intervention\Image\finfo_file() $info = pathinfo($path...

0 Likes
0 Replies

Redirect as form with post data

I'm trying to post a form with data and redirect the user directly from controller, but the data is...

0 Likes
5 Replies

Route Group with Prefix

Hi Everyone, New to here as well as Laravel, but trying my best to get through this awesome framewor...

0 Likes
7 Replies
Solved

Auth in larvel 5 working but not correctly

I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...

0 Likes
2 Replies
Solved

Can queues be used to SELECT data from a mysql database?

Hi, I have 2 database queries running in a queue that uses iron.io to select some data from my datab...

0 Likes
1 Replies

[L5] Are eager loading constraints broken?

I posted this same message on the Laracasts forums but didn't get any replies, thought I would give...

0 Likes
3 Replies

Invention Image filesize

I am using ajax to upload images using intervention. First I use the File API to read the file size,...

0 Likes
0 Replies

Route::to() not working on shared hosting

return Redirect::to('dashboard'); after login it show this text SUCCESS! Redirecting to http://pos....

0 Likes
0 Replies

Laravel routes on production / subfolder / relative routes

Hey guys, this might be basic but I can't get it to work: I've been testing my application on local,...

0 Likes
1 Replies

Cannot send password reminder email

Hey, until now i was able to send a password reminder email, but now i can't, even though i haven't...

0 Likes
1 Replies

NotFoundHttpException for some files

Hello, I have some strange issue. The problem is that I generate some images from the database but f...

0 Likes
2 Replies
Solved

Api for managing html/json/pjax

Hey everyone. I've been building one-page apps a long time now (in the grand scheme of things), for...

0 Likes
0 Replies

Guidance Required.

Good afternoon, I am relative new to the Laravel frame work and I have been working my way through t...

0 Likes
0 Replies

Codesleeve/asset-pipeline

https://github.com/CodeSleeve/asset-pipeline I followed the installation/configuration instructions...

0 Likes
2 Replies

Use Eloquent to attach array to query

I have a USER table, and ITEMS table, and a Likes table. I'm randomly taking 9 items from the Items...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.