Is there a way to access the model itself in the custom validators? I've tried passing the id in as...
I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...
After you changed your ~/.zshrc file to include ~/.composer/vendor/bin in $PATH, did you do source ~...
Are you sure it is saying it is enabled, or that PHP was built with mcrypt enabled? There is a big d...
You must be using double quotes, and you use \r\n to make a new line. Example: "Something\r\nOn...
If you are truly trying to do a repository, then you need to make the repository not extend Eloquent...
An interface only states that a class has implemented whatever methods are defined in the interface....
The Laravel portal for problem solving, knowledge sharing and community building.
The community