Installation
- Run
composer install
to download all PHP dependencies - Copy
.env.example
to.env
, if you using Unix terminal just runcp .env.example .env
- Fill your database name to
.env
file - Input this value for your
.env
file - Run
php artisan key:generate
to generateAPP_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