savvy-tech / race
task
1.0.1
2024-03-01 14:01 UTC
Requires
- php: 8.3.*
- wp-cli/php-cli-tools: ^0.11.22
Requires (Dev)
- orchestra/testbench: ^8.21
- phpunit/phpunit: ^10.5
This package is not auto-updated.
Last update: 2024-10-26 17:29:28 UTC
README
A race between two players with selected vehicle in vehicles.json file.
Requirements
- PHP >= 8.3
Usage
In a Laravel App use this command:
composer require savvy-tech/race
To install as a package and run the following command:
php artisan race:start
Or
clone the project and run:
composer install
to install dependencies and then run:
phpunit