Support the ongoing development of Laravel.io →

Error debugging

It seems like errors are more vague than they used to be. When there was an error, it used to displa...

0 Likes
0 Replies

error when trying to use stored procedure

i'm using mysql and a stored procedure. my model looks like this class TaskAssignment extends Eloque...

0 Likes
2 Replies
Solved

Laravel 5 addition in default authentication does not appear

Hi I am using laravel 5 default user authentication system except that I have added few exra fields...

0 Likes
1 Replies

Repository pattern + Eloquent problem with Liskov Principle

Hiya guys! I'm implementing Repossitory pattern for my Eloquent model. I actually have a little prob...

0 Likes
0 Replies

Change file permissions (Illuminate/Filesystem)

Good morning, As I deployed my project on the server, I started having some security issues. Basical...

0 Likes
1 Replies

Eager-loading a hasOne relation

I have a Show model with a show_type column. This is a hasOne relationship to a ShowTypes model. The...

0 Likes
1 Replies

How to use Composer without using sudo all the time

I've got composer installed in /usr/local/bin/, and has owner root, group admin. Whenever I install...

0 Likes
1 Replies

Loading lang from a namespace

Hello all, I am building some platform. where main packages are under namespace CRM, like CRM\Core,...

0 Likes
0 Replies
posted 9 years ago

artisan queue:listen will _always_ time out in certain situations

I think I found a problem with how queue:listen is implemented. The timeout setting (--timeout) does...

0 Likes
0 Replies
posted 10 years ago

[Package] Datatables for Laravel 4.1 +

#Laravel-Datatables v0.3.1 Laravel-Datatables on GitHub Laravel-Datatables on Packagist Supported...

0 Likes
9 Replies
posted 10 years ago

Paginate & Distinct

Hi, I'm using the same model ,e.g. query for displaying paginated results and total results. The re...

0 Likes
5 Replies
posted 9 years ago

Model::firstOrNew() error

Can someone explain me why i get this error below? I dont realy understand it. Please explain for pe...

0 Likes
0 Replies

How to check columns currently selected

I'm using the following code to make a automatic join with the Model's relationship so I can pull so...

0 Likes
0 Replies
posted 9 years ago

Integrating a class as model, throws strange error: undefinied offset.

I have a strange error. I try to use a Pivot Class for calculations. The class itself runs in php wi...

0 Likes
0 Replies

Can a model have a dynamic table it relates to?

I am sent postcode/ZIP tables on a quarterly basis. They are named yyyymm_postcode (eg "201504_...

0 Likes
1 Replies
Solved

Return null il all case

Why my form which contains a file input returns null when trying to get him with dd(Input::file('fil...

0 Likes
0 Replies
posted 9 years ago

eloquent using groupBy and orderBy

Hi guys, Do you know how I can rewrite this query so that orderBy actually works? http://laravel.io/...

0 Likes
3 Replies

passing url to ajax request

Hello everyone, I am new to laravel and i have been working on a web app using this framework. Few d...

0 Likes
2 Replies
Solved

oAuth twitter Email support

Hello, do you have any idea about a workaround getting an email address for oAuth twitter user for S...

0 Likes
0 Replies

Invalid argument supplied for foreach()

In Controller $issues = DependencyIssue::with('levels')->get(); And in view I am trying to acces...

0 Likes
2 Replies
Solved

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.