Requirements
- A webserver
- A database
- Php 7.1 or higher
- Npm
- Composer
Setting up
- Clone this repository
- Install php dependencies by running
composer install
- Install frontend dependencies by running
npm install
- Compile fontend assets by running
npm run dev
- Setup a development environment configuration by running
cp .env.exmple .env
- Generate an application key with
php artisan key:generate
- Setup the database connection info in the .env file
- Setup database tables and fill with test data
php artisan migrate:fresh --seed
- Setup the
/public
folder as the webserver root - Visit the configured website url
/lifters
or/wedstrijd
- ???
- Profit
Todo
- Ondersteuning voor meerdere flights
- Nullable lifts
- Beurten corrigeren