Support the ongoing development of Laravel.io →
posted 10 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 10 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 10 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
posted 10 years ago

Why doesn't Laravel 4.1+ have a native PHP session driver?

[cross-post from /r/laravel] Newbie question. I'm checking out Laravel for the first time, and am im...

0 Likes
2 Replies

Conditional form fields

Back in my spaghetti-code I written a class that could handle conditional forms, I could, for exampl...

0 Likes
0 Replies

Create model by extending Eloquent or Model class

I am new to Laravel. I have seen few tutorials and few code snippets on stackoverflow.com. Few show...

0 Likes
0 Replies

Multiple servers

Hi, just a question on best practice, I have a Laravel application that I want to scale across 2 web...

0 Likes
1 Replies

Laravel auto logout

I want to implement the feature of session out. But regards to that I meant that if somebody is logg...

0 Likes
1 Replies

Emailing a Secured Link

I'm not certain how to pose this, or name the subject. I'd like to email the link of an invoice rout...

0 Likes
1 Replies
posted 10 years ago

Run new migrations without breaking existing app data?

I need to add a new table to my database but realised if i run migrations again it will need to roll...

0 Likes
2 Replies

create model problem

Hi Guy: When i create a model, for some reasons artisan also create Migration files. see below ubunt...

0 Likes
2 Replies
Solved

How can I support multiple themes/views?

I have an app written in Laravel that supports multiple sites managed under one install. I'm lookin...

0 Likes
5 Replies

Theme support

For example if Laravel is used to create a Forum and each forum user can choose the theme used to re...

0 Likes
1 Replies
posted 10 years ago

User registration- confirmation required

What I am doing is I think fairly simple and I was able to do this in L4 but L5 is a bit more compli...

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