Skip to content

Commit

Permalink
Add recipe for luzrain/phpstreamserver-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed Apr 9, 2024
1 parent 3aaf368 commit 828eb16
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
phpstreamserver:
servers:
-
name: Webserver
listen: http://0.0.0.0:8080
processes: 4

reload_strategy:
on_exception:
active: true
on_file_change:
active: true
8 changes: 8 additions & 0 deletions luzrain/phpstreamserver-bundle/0.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Luzrain\\PHPStreamServerBundle\\PHPStreamServerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 828eb16

Please sign in to comment.