Skip to content

Commit b2a63f5

Browse files
authored
Update README.md
1 parent f28f452 commit b2a63f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ By executing the commands:
2929
`php artisan db:seed`
3030

3131
> Here the database configuration is done, you got the database structure and the minimal data inserted by the seeder to make the application work, if you want demo data to be inserted, you need to run the following commands:
32+
> Before you execute demo data seeder, you need to run queue listener: `php artisan queue:work`, because there is some data that will be inserted via jobs
3233
> - `php artisan db:seed --class=ContentSeeder`
3334
> - `php artisan db:seed --class=NotificationSeeder`
3435
3536
### Automatically
3637

3738
By executing the command: `composer run app-install`
3839

40+
> Before you execute the composer command, you need to run queue listener: `php artisan queue:work`, because there is some data that will be inserted via jobs
41+
3942
> Please note that this command will insert also demo data into your database (if you don't need demo data, please use the manual configuration above)
4043
4144
## Serve the application

0 commit comments

Comments
 (0)