Skip to content

Installation is missing the vendor/ folder #200

@ulab

Description

@ulab

In 3. Install dependencies the key generation using if [ ! -f '.env' ]; then cp .env.example .env && php artisan key:generate; fi reports the following error:

PHP Warning:  require(/home/balu/BEEP/vendor/autoload.php): Failed to open stream: No such file or directory in /home/balu/BEEP/artisan on line 18
PHP Fatal error:  Uncaught Error: Failed opening required '/home/balu/BEEP/vendor/autoload.php' (include_path='.:/usr/share/php') in /home/balu/BEEP/artisan:18
Stack trace:
#0 {main}
  thrown in /home/balu/BEEP/artisan on line 18

There is no vendor/ folder in the repository. So I am guessing it needs to be installed first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions