Skip to content

Commit

Permalink
added post install to setup symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n committed Apr 5, 2024
1 parent 649e59e commit 0e82351
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ vendor/
.vscode/
app/config/config.php
composer.lock
.vagrant/
.vagrant/
runway
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion runway

This file was deleted.

0 comments on commit 0e82351

Please sign in to comment.