Hi all, the docs for Auth::extend() to create your own driver say to "Return implementation of...
There is no way to tell from what you've said so far how this piece of code got in there. Could be a...
Look at the api for the image method, take note of the last parameter. http://laravel.com/api/4.2/Il...
You can use a queue to send the email so your main app doesnt slow down.
Collections have nothing to do with sql queries. They are just a container for data. It just so happ...
If you want to use relations, the first method is the way to go. I dont know how large the query bec...
The Laravel portal for problem solving, knowledge sharing and community building.
The community