diff --git a/.gitignore b/.gitignore index 9a36500..ff10fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ vendor/ .vscode/ app/config/config.php composer.lock -.vagrant/ \ No newline at end of file +.vagrant/ +runway \ No newline at end of file diff --git a/composer.json b/composer.json index 1d608e7..07a20a0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "sort-packages": true }, "scripts": { - "start": "php -S localhost:8000 -t public" + "start": "php -S localhost:8000 -t public", + "post-create-project-cmd": "@php -r \"symlink('vendor/bin/runway', 'runway');\"" }, "require-dev": { "flightphp/tracy-extensions": "^0.1.2" diff --git a/runway b/runway deleted file mode 120000 index 155908a..0000000 --- a/runway +++ /dev/null @@ -1 +0,0 @@ -vendor/flightphp/runway/runway \ No newline at end of file