We are almost there, but we have a few steps left so that we can finish our API. Now, is time to create the API controller and API routes.
With the newest version (5.6) from Laravel we have a new command available to do this task. This is the --api flag. Let's see how it works in practice.