Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Ubuntu issues #17

Open
BigBlockStudios opened this issue Jan 12, 2022 · 0 comments
Open

Installation on Ubuntu issues #17

BigBlockStudios opened this issue Jan 12, 2022 · 0 comments

Comments

@BigBlockStudios
Copy link

BigBlockStudios commented Jan 12, 2022

Does not seem to install correctly on ubuntu.

The install command:

composer global require foundation/proton

will run after upgrading to composer 2 and PHP8 (not a huge deal), after installation (on WSL ubuntu 18) the install path is different than specified in the install doc:

~/.composer/vendor/bin

it's actually in:

~/.config/composer/vendor/foundation/proton/proton

Trying to run it results in error:

sean@Panzer$ ~/.config/composer/vendor/foundation/proton/proton
PHP Fatal error:  Uncaught Error: Class "LaravelZero\Framework\Application" not found in /home/sean/.config/composer/vendor/foundation/proton/bootstrap/app.php:14
Stack trace:
#0 /home/sean/.config/composer/vendor/foundation/proton/proton(20): require_once()
#1 {main}
  thrown in /home/sean/.config/composer/vendor/foundation/proton/bootstrap/app.php on line 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant