Battle-Sim-Laravel Sample laravel app that simulates army battles. Installation steps; Run composer install. Run cp .env.example .env and update it. Run php artisan jwt:secret. Run php artisan migrate. (Local) Run php artisan db:seed.