2 new Laravel things I’m using
Just wanted to share these two simple things I’ve recently found for Laravel 5.3 1. Repository Generator https://github.com/andersao/l5-repository This packages just removed about half a day of setting up the backend CRUD per. Model / Entity. A few commands, follow the instructions and then boom, you’ve got a fully functional repository class. Sure, I’d need […]
Read More 2 new Laravel things I’m using