Hi!
I purchased your ebook (which is probably one of the best I ever read) and I came to a basic a question.
In page 20. Step 4: Add Directories for Controllers and Models it says
“First, we will need to create the app/Http/Controllers/API directory. This
directory will house all of the API controllers that respond to API routes. It will
allow for a nice clean namespace for all of our API components.”
Isn’t the API directory already there with any Laravel installation ? Next to the web directory?
Why do we need to create a new one?
Cheers
Ariel