readme.md 658 Bytes

Installation

  • Run composer install to download all PHP dependencies
  • Copy .env.example to .env, if you using Unix terminal just run cp .env.example .env
  • Fill your database name to .env file
  • Input this value for your .env file
  • Run php artisan key:generate to generate APP_KEY in .env file
  • Run php artisan jwt:secret
  • Run php artisan cache:clear
  • Run php artisan config:clear
  • Register to Pusher to enable notification https://pusher.com/
  • Create your channel in your pusher
  • Copy PUSHER_APP_ID,PUSHER_KEY,PUSHER_CLUSTER, PUSHER_SECRET that you get to your env file
  • Run php artisan serve