input icon indicating copy to clipboard operation
input copied to clipboard

can not install it via docker

Open markusthiel opened this issue 1 year ago • 1 comments

Sorry but its not possible to get it to work. Does anyone have a proper guide for installing the tool? Unfortunately, it's not working for me at all. What are the individual steps?

For example i get these errors:

`sail composer {args} # use composerPsy Shell v0.11.22 (PHP 8.1.27 — cli) by Justin Hileman

sail artisan db:migrate # run database migrations

PARSE ERROR PHP Parse error: Syntax error, unexpected T_STRING in vendor/psy/psysh/src/Exception/ParseErrorException.php on line 38.

sail artisan test # run phpunit

PARSE ERROR PHP Parse error: Syntax error, unexpected T_STRING in vendor/psy/psysh/src/Exception/ParseErrorException.php on line 38.

sail composer {args} # use composer

PARSE ERROR PHP Parse error: Syntax error, unexpected T_STRING in vendor/psy/psysh/src/Exception/ParseErrorException.php on line 38.

`

markusthiel avatar Feb 02 '24 14:02 markusthiel

hey @markusthiel, thx for reporting your issue. What arguments did you use to run the docker image?

PhilReinking avatar Feb 04 '24 22:02 PhilReinking