Perch-UMICH / web

Perch web application
1 stars 0 forks source link

About Perch

Perch seeks to expand research opportunities to undergraduates at the University of Michigan by providing a virtual network between research faculty and students.

Installation

  1. Get composer
  2. Install project dependencies using composer:
    php composer.phar install
  3. Copy and rename .env.example to .env:
    cp .env.example .env
  4. Configure application parameters in .env file
  5. Generate application key:
    php artisan key:generate
  6. Run migrations and seed the database
    php artisan migrate:refresh --seed

Learn more