- Install composer dependencies, open a terminal and run:
docker run --rm \ -u "$(id -u):$(id -g)" \ -v "$(pwd):/var/www/html" \ -w /var/www/html \ laravelsail/php82-composer:latest \ composer install --ignore-platform-reqs - Build and run your app with Docker Compose
docker compose up - Connect to your container shell with
./vendor/bin/sail shell - Copy the env file
composer run-script post-root-package-install - Run all the DB migrations
php artisan migrate - Open Postman or another API client and make the requests at
http://localhost - Open the API Doc from https://binary-gateway.stoplight.io/docs/game/9p1r2sm6tm65k-game, you can also use the
api-doc.yamlfile - Enjoy
-
Notifications
You must be signed in to change notification settings - Fork 0
theprdv/game
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published