Support the ongoing development of Laravel.io →

Find items that have a set of associated items through hasMany

I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...

0 Likes
3 Replies
Solved

Is it possible to use Confide 4.0 with a User class that extends Ardent?

I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...

0 Likes
1 Replies

Validating two models in Laravel 5

Hi, I have User and Company. If user select on registration that it is regular user the he just fill...

0 Likes
2 Replies
posted 10 years ago

View Composers & Redirect

Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel can't detect environment variables set by Forge when run from console

For instance, if I set the environment variable DB_HOST with value localhost through Forge, it creat...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 should not(?) default CSRF

Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...

0 Likes
2 Replies
posted 10 years ago

Database connection error on shared hosting

Hello, I keep getting this error on my ixwebhosting account "SQLSTATE[HY000] [2000] mysqlnd can...

0 Likes
2 Replies
posted 10 years ago

Package dependencies problem

I have created a package, and this package has a composer.json with it's dependencies. When I add th...

0 Likes
0 Replies

Setting up a multisite application in Laravel 4.2

Hello, I'm moving our website from asp .net to Laravel (I'm new to it). Gonna explain where we are a...

0 Likes
0 Replies

Laravel auto date time conversion at model level

Whenever i save any date or time into database i convert it into UTC format and save to database and...

0 Likes
1 Replies
posted 10 years ago

Eager loading constraint and ordering it correctly

I have the following query that returns results fine, but the order of the results isn't alphabetica...

0 Likes
1 Replies
Solved

how to run php artisan workbench .... --resources in routes or controller?

I would like to run php artisan workbench "bench/package" --resources in routes or control...

0 Likes
0 Replies

How to print error message

Hi, I want to display error message, when login is not successful, this is what i am using, but this...

0 Likes
7 Replies
Solved
posted 10 years ago

Problem with "SuperClosure" while trying to send e-mail

Hello everyone! First, please, excuse me for my bad english. I get strange problem with my app - whe...

0 Likes
2 Replies
Solved

Cannot redeclare class Illuminate\Encryption\Encrypter

hi guys, I ran a composer update on my project on another CPU. I tried copying the project to the cu...

0 Likes
1 Replies

Is [email protected] a valid email?

I am using Mailchimp service and I am adding emails to list thru API, before any API calls I make su...

0 Likes
2 Replies
posted 10 years ago

View Does Not Show

Hello Laravel community, I am new to Laravel and trying to get my foot in the door. It is proving to...

0 Likes
3 Replies
Solved
posted 10 years ago

Using pivot data in Fractal transformers

I have users and workspaces on my project, and an is_invite field on the pivot table to tell when so...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 Login form doesn't repopulate on error

In Laravel 5 there seems to be a bug that is preventing the form from being re-populated when the cr...

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