Install the dependencies.
composer install
Then setup your .env file.
cp .env.example .env
And run the initial migrations.
php artisan migrate
Make sure none of these fails
php artisan test
You can open swagger docs http://domain.tld/api/documentation/
.
To regenerate docs, run
php artisan l5-swagger:generate