After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
I recall a major complaint about the paginator being that it's unusually tightly-coupled to the rest...
When you're thinking of validation, you're actually thinking of two different kinds of validation:...
This is pretty simple as long as you aren't doing it for a production database (because it requires...
You can't, not without wrapping Laravel's validator class with your own. I generally use something l...
I don't think you need to hash the password before using Auth::attempt()
The Laravel portal for problem solving, knowledge sharing and community building.