Support the ongoing development of Laravel.io →
nesl247

nesl247

Joined 6 Feb 2014

Statistics

Threads 2
Replies 18
Solutions 3
Articles 0
posted 11 years ago

Access the model in custom validators

Is there a way to access the model itself in the custom validators? I've tried passing the id in as...

0 Likes
0 Replies
posted 11 years ago

Laravel ignores server port

I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...

0 Likes
4 Replies
Solved
replied 11 years ago

How do I instantiate a new object by calling a class method via a Facade?

The reason Eloquent works this way is that all of the calls such as find(), etc., are actually runni...

0 Likes
Solved
replied 11 years ago

Email notifications [Feature Request]

Request created: https://github.com/LaravelIO/laravel.io/issues/158

0 Likes
replied 11 years ago

Laravel and clustered index

I'm pretty sure you are going to have to create that one specific table using DB instead of Schema....

0 Likes
replied 11 years ago

How do I instantiate a new object by calling a class method via a Facade?

Basically when you do a Facade, it's is assigning the Facade (MyClass), to a single instance of what...

0 Likes
replied 11 years ago

DB::Table query returns array

You would run $userExists = DB::table('users')->select('email')->where('email', '=', $email)-&...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.