tomirons / aura-kingdom-web

An open source user/admin panel for Aura Kingdom.
3 stars 8 forks source link

php artisan #11

Open ghost opened 7 years ago

ghost commented 7 years ago

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 commented 7 years ago

You need to run composer install.

ghost commented 7 years ago

I did

tomirons commented 7 years ago

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?