Source of the website.
- Clone
composer install
cd publicnpm installbower installgulporgulp watch
- Clone
git clone https://github.com/laravel/homestead.git Homestead bash init.sh(generatesHomestead.yamland other files)- Don't have an SSH key?
ssh-keygen -t rsa -C "you@homestead" - Edit
Homestead.yaml
folders:
- map: /path/to/podcastprofile/
to: /home/vagrant/podcastprofile
sites:
- map: podcastprofile.dev
to: /home/vagrant/podcastprofile/public- Add to
/etc/hosts:192.168.10.10 podcastprofile.dev vagrant up- Open
http://podcastprofile.dev
- Set up the database connection in the
.envfile php artisan migrate