Website for my game MultiWorlds. It contains a forum where people can talk about the game.
- php 8.1
- composer
- Clone the project
git clone https://github.com/MarcoMeijer/modern-web.git
- Go into the directory
cd modern-web
- Install dependencies
composer install
- Copy the .env.example file to .env. Edit this file to the correct values for your system (for example: correct database credentials).
cp .env.example .env
- Generate key:
php artisan key:generate
- Run migrations, this will create and fill the database
php artisan migrate:fresh --seed
Run the following command to run the server
php artisan serve
Marco Meijer