Support the ongoing development of Laravel.io →

nesl247

Joined 6 Feb 2014

Statistics

Threads 2
Replies 18
Solutions 3
Articles 0
posted 10 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 10 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 9 years ago

Problem with Laravel installer and zsh

After you changed your ~/.zshrc file to include ~/.composer/vendor/bin in $PATH, did you do source ~...

0 Likes
replied 9 years ago

Laravel installation error with composer: "Mcrypt extension required" - but it is installed

Are you sure it is saying it is enabled, or that PHP was built with mcrypt enabled? There is a big d...

0 Likes
replied 9 years ago

Plain Text Email & Line Breaks

You must be using double quotes, and you use \r\n to make a new line. Example: "Something\r\nOn...

0 Likes
replied 9 years ago

Interface not implementing?

If you are truly trying to do a repository, then you need to make the repository not extend Eloquent...

0 Likes
Solved
replied 9 years ago

Interface not implementing?

An interface only states that a class has implemented whatever methods are defined in the interface....

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.

© 2024 Laravel.io - All rights reserved.