30
Jan
Laravel allows you to easily and quickly create RESTful APIs. This could be the backend of a frontend web app, a data source for a mobile app, or a service for other apps or APIs. There are a lot of moving parts to coding a RESTful API, but Laravel makes it much easier. In this free course, you'll learn everything you need to know to build RESTful APIs with Laravel. What will you learn
define data models and seed database test data
handle basic GET requests
transform data from the database into a consistent and conventional JSON format
…