A simple game of word guessing game with topic as a hint.
- git clone the repo.
- cd to repo directory (ex: cd word-scramble).
- type
composer install
in command line. - copy .env.example to .env file.
- modify the database access to your local development.
- type
php artisan migrate --seed
in command line. - access via browser.
- You can use default
user@demo.com/demo12345
as email/password. - You can use default
admin@demo.com/demo12345
to view history of users. - For optimal viewing experience open link on your smartphone browser.
- You can use sqlite for simple development, make database via
touch database/database.sqlite
and adjust.env
file.