Support the ongoing development of Laravel.io →

corbosman

Joined 1 Feb 2014

Statistics

Threads 1
Replies 6
Solutions 1
Articles 0

auth extend docs

Hi all, the docs for Auth::extend() to create your own driver say to "Return implementation of...

0 Likes
0 Replies
replied 8 years ago

Laravel 5.0 Auth middleware compromised on production server

There is no way to tell from what you've said so far how this piece of code got in there. Could be a...

0 Likes
replied 9 years ago

Generate secure links

Look at the api for the image method, take note of the last parameter. http://laravel.com/api/4.2/Il...

0 Likes
Solved
replied 9 years ago

Sending email using gmail is taking too long

You can use a queue to send the email so your main app doesnt slow down.

0 Likes
replied 9 years ago

Collections: When / Why do you use them ?

Collections have nothing to do with sql queries. They are just a container for data. It just so happ...

0 Likes
replied 9 years ago

How optimise Model Qeury with large "where in (?, ?, ? .....)" statement

If you want to use relations, the first method is the way to go. I dont know how large the query bec...

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.