diff --git a/phpstreamserver/symfony/0.4/bin/phpss b/phpstreamserver/symfony/0.4/bin/phpss deleted file mode 100755 index 0953c429..00000000 --- a/phpstreamserver/symfony/0.4/bin/phpss +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env php -bin/phpss start command to get started - -* Read the documentation at https://phpstreamserver.dev/docs/general/ diff --git a/phpstreamserver/symfony/0.7/bin/phpss b/phpstreamserver/symfony/0.7/bin/phpss new file mode 100755 index 00000000..483320bb --- /dev/null +++ b/phpstreamserver/symfony/0.7/bin/phpss @@ -0,0 +1,11 @@ +#!/usr/bin/env php +APP_RUNTIME="PHPStreamServer\Symfony\PHPStreamServerRuntime" + * adding extra.runtime.class to composer.json + Read more: https://phpstreamserver.dev/docs/integrations/symfony#runtime-configuration + If you edited composer.json, run composer dump-autoload to apply. + +* Your Symfony application is ready to run with PHPStreamServer. + Start the server with: bin/phpss start + +* Read the documentation at: https://phpstreamserver.dev/docs/general/