Skip to content

Commit

Permalink
Update installation.md add explanations for the queue to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AmdaaRaijen authored May 28, 2023
1 parent f73b91b commit c5a8329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Here's the thing. In the .env, you should pay attention to some of the things be
- APP_ENV = You must set this to production so the attendance system will use a server time. But you can set this to local or development so the attendance system will use an inputted time from the request
- XENDIT_SECRET_KEY= Copy your xendit api key. This will be use in the rest API
- XENDIT_CALLBACK_TOKEN= Copy your xendit callback token. This will be use in the rest API
- QUEUE_CONNECTION= databse, change queue_connection to database so that the queue can work correctly

After you setup the database, run the migration and seeder

Expand All @@ -30,6 +31,7 @@ php artisan db:seed
Run the server and it was ready to use

```sh
php artisan queue:work
php artisan serve
```

Expand Down

0 comments on commit c5a8329

Please sign in to comment.