Source of the website.
- Clone
composer install
cd public
npm install
bower install
gulp
orgulp watch
- Clone
git clone https://github.com/laravel/homestead.git Homestead
bash init.sh
(generatesHomestead.yaml
and 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
.env
file php artisan migrate