Explorar el Código

Update README.md

axkuhta hace 1 año
padre
commit
4664693d85
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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
 ```