composer install
Run below command to generate new swagger doc:
php artisan l5:generate
php artisan serve
To open swagger documentation
{APP_URL}/api/documentation
Unit Testing is done using Pest. To run the test cases run below command.
./vendor/bin/pest
Copyright 2022, Treblle Limited. Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php