- Git clone in xampp/htdocs
- Run "composer update" in the cmd to download all packages
- Mind the database connection in .env (database: Biennale; username: root; password: )
- Run the following script in MySQL to create the database: "CREATE SCHEMA 'biennale'"
- Run "php artisan migrate:refresh --seed" to refresh the database and to seed the data
- To access the admin panel go to /admin
- Email: [email protected] Pass: 123456789
The Laravel framework is open-sourced software licensed under the MIT license.