Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 444 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 444 Bytes

Laravel Mars Rover Mission

Installation

To install the composer dependencies you can use:

composer install

Generate file .env and throw this command:

php artisan key:generate

Command to start mission

Throw this command for start the mission

php artisan mars:rovers_mission

Tests

Navigate to the project root and run vendor/bin/phpunit after installing all the composer dependencies.