Laravel API Task List Medium articles associated with this coding repo contain step by step instructions: Build an API with Laravel 5.7 Build authentication into your Laravel API with JSON Web Tokens (JWT) Get started $ git clone $ cp .env.example .env $ composer install $ php artisan migrate $ php artisan db:seed $ php artisan serve Run tests: $ ./vendor/bin/phpunit