I'm having a bunch of trouble with model scopes. I have one scope that works properly, called direct...
I'm having problems where I want empty strings or a zero to be stored as a NULL in the database. Her...
I have this basic model of a Contest with several Events, where each Player can have one result per...
Oh, and I route it like this: Route::group(['prefix' => 'api/v0'], function() { Route::reso...
I thought it looked ugly to have both HTML and JSON output in the same controller, so I split it up...
Messing around with Fractal, and I got the basics to work. Just one further question - where's a goo...
The Laravel portal for problem solving, knowledge sharing and community building.