Support the ongoing development of Laravel.io →

DB versus Eloquent execution time comparison

I've inherited an application that I'm supposed to "fix" from prior development and I noti...

0 Likes
0 Replies
posted 11 years ago

AWS SDK PHP Laravel

This might be a little off base for this forum, but if anyone has done this, it might be easy. I'm u...

0 Likes
0 Replies

Validate multi models in one form

Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...

0 Likes
1 Replies

Exception in AJAX response

When working with AJAX method and "debug" set to "true", Laravel returns nice JS...

0 Likes
1 Replies
posted 11 years ago

Character coding header

Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...

0 Likes
1 Replies
Solved

Laravel Unknown formatter “prefix” error after 4.1.26 update whilst re-seeding

After following the steps for the 4.1.26 upgrade on Laravel, when I try to re-migrate and re-seed th...

0 Likes
0 Replies

Global query for every view. Better approach?

I would like to be able to display a status message count on every view of a site that I'm developin...

0 Likes
0 Replies

Problems with Mail::queue in last update?

Hello, good evening. Does anybody had problems today with latest Laravel update? Suddenly Mail::queu...

0 Likes
0 Replies

Something wrong with this Elloquent Query... Help

Hi, I'm trying to run the following query but it's not returning anything ... any idea why? $comment...

0 Likes
7 Replies
Solved

eageer loaded->eager loaded model not in the object.

Hello everyone, In my database I have two tables: Users and Notes An User has many notes and every n...

0 Likes
4 Replies
Solved

Can access User model method only if logged in

I have a User model with a little hom-made "roles/permission" system. Directly in my User...

0 Likes
1 Replies
Solved
posted 11 years ago

send gzip encoded response from a restful web service

How to send gzip encoded response from a restful service? return Response::make( $body, $st...

0 Likes
0 Replies

How to use defined Laravel remote connections in Envoy

Laravel has a really nice remote SSH connection configuration file: app/config/remote.php (see: http...

0 Likes
0 Replies
posted 11 years ago

Laravel 4.1 - Controller throw error when I try to load view with layout

I'm trying to load a blade view with layout, but I get this error: "Attempt to assign property...

0 Likes
0 Replies

Problem with dynamically created input fields

In my Laravel installation I have posts and tags entities with relationships between them. In the cr...

0 Likes
0 Replies
posted 11 years ago

Intervention \ Image \ Exception \ ImageNotWritableException

I am getting this error while using Intervention for image upload Can't write image data to path [C:...

0 Likes
1 Replies
Solved
posted 11 years ago

Views and "syntax error, unexpected '?'"

Hi fellows I have a "layout.blade.php" with a @yield('content') and a login.blade.php with...

0 Likes
3 Replies
posted 11 years ago

Problem with route and get parameters

I'm tryting to add search function to backend of website i'm working on. Here is my search form. And...

0 Likes
2 Replies

How to get a model from a package ?

Hi all, How do I reuse a model I created in a package right in the root application ? Thanks :-)

0 Likes
4 Replies
Solved

Showing subdomains as tld

Hi there! First of all, Laravel is awesome, I haven't been so enthusiastic about something a long ti...

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