0

At first, this is not duplicate. I've already tried the next and any of them worked:

I'm using Mac and Homestead on Virtual Box to virtualize Laravel 4.

What I did:

  1. Download the project from the repository
  2. composer install and composer dump-autoload within vm
  3. set up env file
  4. set up homestead.yaml and /etc/hosts
  5. vagrant halt / vagrant up --provision

This is the error: https://i.gyazo.com/77effc81c4b99b40d1b8b3c0b41d9f6d.png (I'm not allowed to add images blablabla...)

So I decided to remove and create env file again. I checked my version of php, environment and hostname and all of them are right...

If you need further information just let me know. Thanks for everyone in advance.

EDIT: Obviously I tried every solution suggested in the previous Stackoverflow questions posted.

Mrquestion
  • 771
  • 1
  • 6
  • 16

1 Answers1

0

I finally solved it. It was some shit about env file and PhpStorm. I removed the env file and created again with sublime text, wrote manually all keys and values and it worked!!!

Thank you for Shahzaib Sheikh help.

Mrquestion
  • 771
  • 1
  • 6
  • 16