Skip to content

Commit 3d5a794

Browse files
committed
Updates
1 parent 05a86c1 commit 3d5a794

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ composer require amphp/websocket-server amphp/websocket-client
7474
interfaces. Code should either be run *on* the RevolutionPi device, or via an IDE that can run code remotely like
7575
PhpStorm.
7676

77+
Note that Laravel Zero does not use package auto-discovery. You will need to add this package's service provider to your
78+
`config/app.php`.
79+
7780
```php
7881
use Flat3\RevPi\Interfaces\Module;
7982
use Flat3\RevPi\Led\LedColour;
@@ -321,9 +324,10 @@ code can be modified to support encryption and authentication.
321324

322325
## Deployment
323326

324-
The package has been specifically designed to work with [Laravel Zero](https://laravel-zero.com). Using this technique
325-
will convert your RevolutionPi project into a single executable file that can be started automatically when the base
326-
module boots up.
327+
The package has been specifically designed to work with [Laravel Zero](https://laravel-zero.com). Using
328+
the [standalone application](https://laravel-zero.com/docs/build-a-standalone-application)
329+
feature will convert your RevolutionPi project into a single executable file that can be started automatically when the
330+
base module boots up.
327331

328332
---
329333

0 commit comments

Comments
 (0)