Support the ongoing development of Laravel.io →

HTTP_UPGRADE_INSECURE_REQUESTS for CloudFront

AWS Cloudfront now supports free SSL certs from the AWS Certificate Manager. But the SSL cert is on...

0 Likes
0 Replies

default password reset of authentication not working (Expected response code 220 but code "", with message "")

i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...

0 Likes
0 Replies
posted 8 years ago

Serialization of Jobs for queue

My questions concern serialization of jobs for queue. Is the model that is passed as an argument to...

0 Likes
0 Replies
posted 8 years ago

A week of Laravel #16 (25 July-01 August 2016) #Laravel #Changelog ✨

Updates: "Updates: laravel/framework [master, 5.2, 5.1], laravel/laravel [master, develop], la...

0 Likes
0 Replies

Faithfully yours, nginx error

Just installed php7 on a virtual box following this series php7 Problem is if there are any errors i...

0 Likes
1 Replies
posted 8 years ago

Render Json response to View using Ajax.

Hi, I'm sending get request to the controller using ajax and controller is returning data (Jason Res...

0 Likes
0 Replies

Best way to update user activity

Ho to update user activity? Check if current user is online It is a solution, but update on each pag...

0 Likes
0 Replies

Change attribute value in Eloquent

My example: $photo = Photo::with([ 'owner' => function ($query) { $query...

0 Likes
1 Replies

Laravel 5.2 multiple file validation problem

I was doing some multiple file validation. I have my html like so: <html> <body>...

0 Likes
0 Replies

Laravel 5.2 file upload returning null

I was trying to upload a file in Laravel 5.2, but when I try to access it using the file method it a...

0 Likes
2 Replies
Solved
posted 8 years ago

Could not publish package translation resources!

Regarding package development documentation Translation part I added the following line to my packag...

0 Likes
1 Replies
Solved

laravel 5.2 multi auth and laravel localization, auth not working

Can you help me with this question, http://stackoverflow.com/questions/38673593/laravel-5-2-multi-au...

0 Likes
0 Replies

Get result from chunk

Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...

0 Likes
2 Replies

Using multiple Global Scopes on the same Model in Laravel 5.2

Hey All, I have a Quote model with a table column boolean('approved') which I want to use to setup t...

0 Likes
0 Replies

Narrowing by a column of ManyToMany related table

Tables are here. Table | Columns Article | id, [others] Article_Tag | id, article_id, tag_id...

0 Likes
2 Replies

laravel 5 pusher not working

laravel 5 pusher not working with event broadcasting.

0 Likes
0 Replies

Hashing passwords on client side before sending

Hello everyone, it's my first time posting here, so I would love to welcome everyone. I really like...

0 Likes
3 Replies

Hyperlink to authenticated page not working from MS Word / Excel

Hi, Let's say I have a basic Laravel web application, like the one from the Intermediate Task List q...

0 Likes
1 Replies

Laravel 5 - pagination query string after slash issue

Hey guys! I have a problem with my Laravel 5 pagination. I use elequent to fetch user + his items wh...

0 Likes
15 Replies
Solved

Routing Question...

Quick question, I am doing a form post to my database. After I got it working but after i split up m...

0 Likes
0 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.

© 2025 Laravel.io - All rights reserved.