I'm trying to return a count of a query with multiple where conditions. I have batches of licenses....
I'm using Laravel 5.2.6 and going through the "Laravel 5 Fundamentals"->"7. Migrat...
Got it working using these for the functions: public function purchased() { return License::wher...
The Laravel portal for problem solving, knowledge sharing and community building.
The community