I have a model, Order, that has an updated event. use Illuminate\Database\Eloquent\Model; class Ord...
This solution on SO looks great, but is only for L4. I am looking for a similar thing for L5: http:/...
On L4 you could create a config file myconf.php then add another to override just some of its settin...
Sounds silly, but how do I allow a user to change their password through the authentication driver?...
If you are binding a model, and the model has an options attribute that provides an array of current...
Nice - handy solution. I needed to make emails on a table unique (and so had a unique index) but als...
Oooh, file locking using flock(). I'll give this a go. This example shoes the PID files I described...
Sounds like a pid file that many operating systems use. The file contains the ID of the process that...
Oh, damn you LastPass! This isn't a login page, and an email is being provided in the form item. So...
The Laravel portal for problem solving, knowledge sharing and community building.