0

First I had my project running in Ubuntu, but I didn't have enough diskspace. So I made a new environment with more diskspace and I tried to transfer my project to the new environment.

I use virtualbox with Xubuntu 16.04.

PHP version 7.2.3

Composer update or install doesn't work. vendor directory is missing.

What am I doing wrong? screenshot of website.

Bryan
  • 21
  • 5
  • did you composer update / install ? if still the problem persists, try to set a new installation of Laravel with composer in a new project and chek if the problem persists – kevinniel Mar 16 '18 at 13:08
  • 1
    Your code is not being processed. Make sure PHP is installed. – aynber Mar 16 '18 at 13:08
  • 3
    Possible duplicate of [PHP code is not being executed, instead code shows on the page](https://stackoverflow.com/questions/5121495/php-code-is-not-being-executed-instead-code-shows-on-the-page) – aynber Mar 16 '18 at 13:09
  • Thanks for your comments, I'll try both solutions! I'll let you know if that works. – Bryan Mar 16 '18 at 13:09
  • When I run the command "composer update or install" it's saying that the vendor directory is missing. – Bryan Mar 16 '18 at 13:15
  • I have PHP installed version 7.2.3 – Bryan Mar 16 '18 at 13:15
  • You mentioned your vendor directory is missing. Did you include it when migrating? – kravis Mar 16 '18 at 13:29
  • I guess not. I uploaded my project folder from the old environment to gitlab and in the new environment I did git clone. So its possible that the vendor directory wasn't stored in gitlab? – Bryan Mar 16 '18 at 13:31
  • you were right Ilva. Vendor wasn't transported to gitlab. I'll try to transfer the vendor directory manually and see if that does the trick. – Bryan Mar 16 '18 at 13:36
  • I transfered the vendor file. But I still get the same screen as before. – Bryan Mar 16 '18 at 15:05

0 Answers0