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

Can't do php artisan install/update to start ser #69

Open
Nelutato opened this issue Apr 23, 2022 · 1 comment
Open

Can't do php artisan install/update to start ser #69

Nelutato opened this issue Apr 23, 2022 · 1 comment

Comments

@Nelutato
Copy link

Nelutato commented Apr 23, 2022

PHP Warning: require_once(/var/www/html/Laravel_Daily_Tests/Test-Laravel-File-Upload/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/Laravel_Daily_Tests/Test-Laravel-File-Upload/artisan on line 18

PHP Fatal error: require_once(): Failed opening required '/var/www/html/Laravel_Daily_Tests/Test-Laravel-File-Upload/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/Laravel_Daily_Tests/Test-Laravel-File-Upload/artisan on line 18

,when i commented this, there were warnings and errors for each line in artisan file
any issues ?
oh and my permissions are set good

@OussamaMater
Copy link

Hello Nelutato,
After you clone this project you have to install the dependencies first to be able to run any artisan commands, follow up these steps:

  1. git clone
  2. composer install --ignore-platform-reqs
  3. cp .env.example .env
  4. php artisan key:generate
  5. update the .env and setup the DB creds

You should be ready to go, hopefully this helps you get started.

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

2 participants