Test Driven API Development using Laravel, Dingo and JWT with Documentation
Diaa Fares
11015
Superb article — thank you.
I’m a Laravel noob, creating a basic API using TDD as part of a technical exercise, so your insights have proved very valuable.
Just wanted to point out (for the benefit of others like me) that you refer several times to updating the route file, but mention no specifics as to the source filename and location.
After a bit of rummaging I found app/Http/routes.php.
Can I assume that this is the route file you speak of?
Thanks again.