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

missing file vendor/autoload.php #193

Closed
kiaz-github opened this issue May 14, 2024 · 1 comment
Closed

missing file vendor/autoload.php #193

kiaz-github opened this issue May 14, 2024 · 1 comment
Labels

Comments

@kiaz-github
Copy link

require('vendor/autoload.php');

PHP Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/looking-glass/auth/ssh.php:22

@gmazoyer
Copy link
Owner

The vendor directory is not included on purpose.You have to use Composer to get the required dependencies including JS and CSS ones. You can refer to this line in the Dockerfile to see how to use Composer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants