My Portal Outlook365

Installation

  1. Clone the project
  2. Navigate to the cloned directory.
  3. Create a copy of .env.example as .env
  4. Setup your database credentials in .env
  5. Install dependencies with composer install
  6. Generate app key with php artisan key:generate
  7. Migrate your database with php artisan migrate