By Manuel Lemos
Many PHP developers are working on creating APIs to provide access to services that they developed to be consumed by mobile applications or sites or applications implemented by other developers.
A part of the PHP API developers use Laravel to develop their APIs.
Check this package to learn how to quickly generate the code for an API that accesses a model class created with Laravel to manipulate objects of that model class.