File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ composer require amphp/websocket-server amphp/websocket-client
74
74
interfaces. Code should either be run * on* the RevolutionPi device, or via an IDE that can run code remotely like
75
75
PhpStorm.
76
76
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
+
77
80
``` php
78
81
use Flat3\RevPi\Interfaces\Module;
79
82
use Flat3\RevPi\Led\LedColour;
@@ -321,9 +324,10 @@ code can be modified to support encryption and authentication.
321
324
322
325
## Deployment
323
326
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.
327
331
328
332
---
329
333
You can’t perform that action at this time.
0 commit comments