Implementing a Laravel REST Api
Source code is available on https://github.com/matzpersson/laravel-restapi-crud.git. It is a template Laravel based REST Api with a handful of example data models included to show case a typical CRUD application. This api can be used as the base for front-end consumption from any Javascript Framework using Ajax, directly on to the […]