Does anyone know of an open-source Laravel app that serves like statuspage.io? If not, what about a...
I'm trying to understand what Pessimistic Locking is. It's referenced in the documentation (http://l...
Trying to come up with a nice auth method for a single-page angular app. I know this is super sloppy...
Details here: http://help.laravel.io/2902869eac5fe027c2f9e74142897b7f3606694f Discussion below.
Here's an overview of my schema. Pardon the rotation. I'm trying to establish a Polymorphic Relatio...
You could try something like this... function toModel($modelName, $models) { Eloquent::unguard();...
Try adding this line as well. app('exception')->setDebug(true);
Also, it'd be nice to add a "vote-up" or "like" option, to simply indicate appro...
Additional info: Each step has one or more "next steps". For example, when a Reservation i...
The Laravel portal for problem solving, knowledge sharing and community building.