Browse Source

Update README.md

axkuhta 1 year ago
parent
commit
4664693d85
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -10,5 +10,13 @@ cp .env.example .env
 php artisan key:generate
 php artisan migrate:fresh
 php artisan app:load-sample-data
+
+# В первом окне
 php artisan serve
+
+# Во втором окне
+php artisan schedule:work
+
+# В третьем окне
+php artisan queue:work
 ```