Support the ongoing development of Laravel.io →

Disable unique validation attribute if the value hasn't changed?

How do I disable the unique validation attribute when the value of the specified field is not change...

0 Likes
0 Replies

Gulp error when trying to compile all stylesheets

If I use this code in the gulpfile.js: var elixir = require('laravel-elixir'); /* |-----------------...

0 Likes
3 Replies

Problems running php artisan migrate

Hey everyone we are running our php artisan migrate we get a console spam [ERROR] Use of undefined c...

0 Likes
4 Replies
posted 9 years ago

Laravel 5 hasManyThrough error

I’m learning a lot about these eloquent relationships but I’m not quite there in my understanding. I...

0 Likes
0 Replies
posted 9 years ago

Attribute is lost during app()->call

I'm trying to chain post request from 1 controller to another. Here is my call $controller = app()...

0 Likes
1 Replies

includes vs. sections for extra css and js

What advantage, if any, is there to using sections over includes (or vice-versa) for things like pro...

0 Likes
0 Replies
posted 10 years ago

SHOW LARAVEL.IO: Laravel 4.2 scheduler for any Laravel action

Execute any Laravel action (not just commands) on any schedule from just one cron job! Inspired by T...

0 Likes
3 Replies

Image not found

It's getting images from IPB forum but there are many types jpg;gif;png <img src="http://*/u...

0 Likes
1 Replies

Sentinel: Authentication & Authorization Library Open Sourced

We've open sourced Sentinel and depreciated Sentry. Feeling supportive? Help us on our mission to bu...

0 Likes
1 Replies

Has Many Through?

Categories id | title | parent_id Products id | title | category_id The categories table self join...

0 Likes
0 Replies
posted 9 years ago

SELECT multi columns instead of SELECT * during authentication with Laravel 5

I am interested in to modify default sql while auth with Laravel 5. Laravel uses this sql for auth a...

0 Likes
1 Replies

Troubles with Arrays, Undefined offset: 0

I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...

0 Likes
0 Replies

Site wide menu

Hello guys, I am newbie in Laravel (Laravel is very well framework) :-), firstly - I am so sorry for...

0 Likes
1 Replies
posted 9 years ago

Multiple subjoin in laravel

How can I use a structure of multiple join in laravel. An example Users::join ('articles', function...

0 Likes
2 Replies

Illegal offset type

Hey guys, I'm receiving this message when i install my project on GoDaddy hosting. picture If you gu...

0 Likes
1 Replies

Blade Helper Functions

I am having a hard time finding out how to add PHP helper functions in a Blade template. For example...

0 Likes
1 Replies
posted 9 years ago

Serializing Eloquent Model

Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...

0 Likes
2 Replies

Database Design Question

I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...

0 Likes
0 Replies
posted 9 years ago

How to set different binding in a testing environment

Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...

0 Likes
1 Replies

Retrieving LDAP User List

I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...

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