Building RESTful API in Laravel – part 2 – Design API Controller

In the previous tutorial (https://maxoffsky.com/code-blog/building-restful-api-in-laravel-start-here/) I shared the basics of RESTful controller structure and a route that we will need to build a RESTful web application. As promised, in this tutorial we will explore how exactly to make our API work with our data. We will explore a simple Todo list application as and example. […]

Read More