Skip to content

Commit e51bafc

Browse files
authored
Adds docs about the octane:status command (#212)
1 parent 58b4fe1 commit e51bafc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ You may gracefully restart the Octane server's application workers using the `oc
162162
php artisan octane:reload
163163
```
164164

165+
#### Checking The Server Status
166+
167+
You may check the current status of the Octane server using the `octane:status` Artisan command:
168+
169+
```bash
170+
php artisan octane:status
171+
```
172+
165173
### Dependency Injection & Octane
166174

167175
Since Octane boots your application once and keeps it in memory while serving requests, there are a few caveats you should consider while building your application. For example, the `register` and `boot` methods of your application's service providers will only be executed once when the request worker initially boots. On subsequent requests, the same application instance will be reused.

0 commit comments

Comments
 (0)