Skip to content

Commit a3ac82e

Browse files
authored
Merge pull request #18 from PHPJunior/develop
Add Porter
2 parents a9ec1db + f9cc157 commit a3ac82e

File tree

3 files changed

+3383
-1969
lines changed

3 files changed

+3383
-1969
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ npm run rtmp-server
9191
npm run companion-server
9292
```
9393

94+
Or you can use Porter to start all servers at once.
95+
Before you start Porter, make sure you have installed Porter. ( [Porter](https://github.com/anystack-sh/porter) )
96+
```
97+
porter start
98+
```
99+
94100
## Create Admin User
95101
```
96102
php artisan create:admin

0 commit comments

Comments
 (0)