- PHP >= 7
- A database such as MySQL/MariaDB
- Install dependencies:
composer update
- Copy .env.example to .env
- Generate an APP_KEY:
php artisan key:generate
- Fill .env with your information (database connection, application name etc)
- Prepare the database:
php artisan migrate
- Fill /app/config/laradate.php with your information
- Enjoy
You can login using the e-mail address you have set in /app/config/laradate.php as password. It is obviously extremely recommended to change your password to something more secure.