-
Clone this repo into your sites folder.
-
Run
ansible-playbook ansible/create-vagrant-site.yml
-
Create a database w/ ansible commands
-
Update your hosts file.
-
Create your own .env.local.php file
-
Run
composer install
- If a class name is not found and you see the file containing it, try
running
composer dump-autoload
from your VM.