Support the ongoing development of Laravel.io →

Many to Many Polymorphic relationship catch-all method?

Ok so I have a certifications table which can have many employees or materials. Also the employees a...

0 Likes
3 Replies

migration files from existing tables?

Is there a way to create migration files for existing tables quickly?

0 Likes
1 Replies

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved
posted 10 years ago

Check if row exists

Should this work to see if a row does or doesn't exist? $exists = DB::table('roles')->where('nam...

0 Likes
3 Replies
Solved

Get an user who has specific relationships

Hi. I have a user with countries relationship. (hasMany) user_id 1 country_id 1 user_id 1 country_i...

0 Likes
2 Replies
Solved

Confide vs Auth

I am just starting an app and wondering if I should try to handle user authentication with a package...

0 Likes
2 Replies
posted 10 years ago

Call to undefined method User::save()

Hello everyone. I have a mistake when I run the routes.php with a notice error: Call to undefined me...

0 Likes
7 Replies
posted 10 years ago

What is the best mail provider to go with Forge & Digitasl Ocean?

Hi, I have set up the domain on Digital Ocean, created account with Forget, Mandrill is working alon...

0 Likes
5 Replies

Many to Many eager loading strange behaviour

Hello all, I've been struggling with a strange behaviour when trying to load partial information fro...

0 Likes
1 Replies

Problem returning SSH Response

Hello! Thanks for interest to this topic. I'm pretty new in Larave and i have a little question. May...

0 Likes
3 Replies
Solved
posted 10 years ago

Modular Models

Hi, is it possible to extend models on the fly? What I want to do is to build a modular application...

0 Likes
7 Replies

SlowTimer @ Forge w. Nginx + HHVM & Hack (Beta)

Hi guys, I was wondering if anybody experienced this problem before. We're doing a cURL request to g...

0 Likes
2 Replies
Solved

Ordering by the count of a related table result

The setup. I have Posts items that users can favourite. I show the count of how many people have fav...

0 Likes
4 Replies
Solved

Should composer.json packages require 'illuminate\support' ?

I notice when creating workbench packages they often require illuminate\support is this bad practice...

0 Likes
2 Replies
posted 10 years ago

How specify columns with using ::with() ?

Hi everyone! I try this code: $urls = Url::with(['user' => function($query){ /** @var $query \I...

0 Likes
3 Replies
Solved
posted 10 years ago

Session loss and regeneration every page reload

Hi friends, I am having this problem for two days now. I am using the database driver of laravel and...

0 Likes
4 Replies
posted 10 years ago

Authentication errors in laravel4

Good morning fellow devs please i am working on login authentication on my app but i want to do a va...

0 Likes
1 Replies

OPTIONS method on cross domain AJAX.

I have made an API server which my client JavaScript calls. The issue is that when I want to POST it...

0 Likes
4 Replies
posted 10 years ago

Class extends multiple classes

It is possible that one class extends two other classes? E.g. i want to extend class User to Eloquen...

0 Likes
3 Replies
posted 10 years ago

New Laravel site - hideimgsrc.com - Feedback requested

Hi I've created a new site using Laravel. It helps you hide the image src of your precious photos an...

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.