Skip to content

Commit 32684f1

Browse files
Adds docs about the octane:stop command (#214)
* Adds docs about the `octane:stop` command * Update README.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent 3b5d6a6 commit 32684f1

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
@@ -170,6 +170,14 @@ You may check the current status of the Octane server using the `octane:status`
170170
php artisan octane:status
171171
```
172172

173+
### Stopping The Server
174+
175+
You may stop the Octane server using the `octane:stop` Artisan command:
176+
177+
```bash
178+
php artisan octane:stop
179+
```
180+
173181
### Dependency Injection & Octane
174182

175183
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)