[GH-ISSUE #201] Self-host missing directory/files #747

Closed
opened 2026-03-14 10:28:54 +03:00 by kerem · 1 comment
Owner

Originally created by @gitrahab on GitHub (Sep 20, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/201

In the self-hosting directions, the artisan file generates some issues

`php artisan key:generate
php artisan migrate
php artisan storage:link

php artisan config:cache
php artisan view:cache
php artisan route:cache
php artisan queue:restart

php artisan passport:install`

"PHP Warning: require(/var/www/anonaddy/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/anonaddy/artisan on line 18
PHP Fatal error: require(): Failed opening required '/var/www/anonaddy/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/anonaddy/artisan on line 18"

The entire git package does not include the vendor folder or files. This may be due to a semi-recent git ignore. Kindly update.

Originally created by @gitrahab on GitHub (Sep 20, 2021). Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/201 In the self-hosting directions, the artisan file generates some issues `php artisan key:generate php artisan migrate php artisan storage:link php artisan config:cache php artisan view:cache php artisan route:cache php artisan queue:restart php artisan passport:install` "PHP Warning: require(/var/www/anonaddy/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/anonaddy/artisan on line 18 PHP Fatal error: require(): Failed opening required '/var/www/anonaddy/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/anonaddy/artisan on line 18" The entire git package does not include the vendor folder or files. This may be due to a semi-recent git [ignore](https://github.com/anonaddy/anonaddy/blob/14de41595ac5fbb8d1f897edf79bb025f988aa20/.prettierignore). Kindly update.
kerem closed this issue 2026-03-14 10:28:59 +03:00
Author
Owner

@willbrowningme commented on GitHub (Oct 14, 2021):

The vendor folder should not be included in git. You have forgotten to run composer install please run that command and try again.

<!-- gh-comment-id:943178529 --> @willbrowningme commented on GitHub (Oct 14, 2021): The vendor folder should not be included in git. You have forgotten to run `composer install` please run that command and try again.
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#747
No description provided.