this the example rest api build by laravel 8 and auth by passport and have simple php unit test
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install or composer install
$ cp .env.example .env
$ php artisan key:generate
$ php artisan migrate
$ php artisan passport:install
$ vendor/bin/phpunit