Support the ongoing development of Laravel.io →
jeremybalog

jeremybalog

Joined 7 May 2015

Statistics

Threads 4
Replies 22
Solutions 6
Articles 0

Query Character Length Limit?

I'm trying to save a blob to a MySQL database. I can do it successfully for a file that is 4000 byt...

0 Likes
5 Replies
Solved

Laravel 5.1: HttpFoundationFactory not found

I'm using Guzzle 6 to call an API and getting this error: FatalErrorException in Router.php line 122...

0 Likes
7 Replies
Solved
posted 10 years ago

Email Middleware + Attachments

I have two issues: How would I go about implementing middleware whenever Mail:: is called, specifi...

0 Likes
3 Replies

Middleware not being used on custom 404 page

I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...

0 Likes
1 Replies
Solved
replied 10 years ago

My emails go into the spam or don't arrive at all

More specifically, I was referring to DNS settings like SPF and Reverse DNS which are factors that d...

0 Likes
replied 10 years ago

My emails go into the spam or don't arrive at all

If you are using Laravel's mail driver you shouldn't have to add any additional headers etc. I don'...

0 Likes
replied 10 years ago

Continue processing after return

If you use array_push() in the loop it will append to the array--the existing code appears to reset...

0 Likes
Solved
replied 10 years ago

What are the benefits of Route::get/post etc?

The shortcut is Route::any('blog_post') And Laravel handles get/post data the same way using the eq...

0 Likes
replied 10 years ago

Laravel 5 Error on Installation.

You should be setting the root directory of the web server to "project_name/public" so whe...

0 Likes
Solved

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.

© 2026 Laravel.io - All rights reserved.