Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 589 Bytes

INSTALL.md

File metadata and controls

16 lines (13 loc) · 589 Bytes

Installation

Requirements

  • PHP >= 7
  • A database such as MySQL/MariaDB

Instructions

  1. Install dependencies: composer update
  2. Copy .env.example to .env
  3. Generate an APP_KEY: php artisan key:generate
  4. Fill .env with your information (database connection, application name etc)
  5. Prepare the database: php artisan migrate
  6. Fill /app/config/laradate.php with your information
  7. 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.