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

php artisan #11

Open
ghost opened this issue Jul 21, 2017 · 3 comments
Open

php artisan #11

ghost opened this issue Jul 21, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 21, 2017

When running the artisan commands on centos i keep getting this error:

PHP Warning: require(/var/www/html/aurapanel/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/aurapanel/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/var/www/html/aurapanel/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/aurapanel/bootstrap/autoload.php on line 17

@tomirons
Copy link
Owner

You need to run composer install.

@ghost
Copy link
Author

ghost commented Jul 27, 2017

I did

@tomirons
Copy link
Owner

That error says otherwise. It's looking for the autoloader which is in the vendor folder, which is placed when you run composer install.

Are there any other errors in the logs?

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