These directions are for setting up a new Laravel project with Laravel Homestead for local development.
You need to have previously installed and configured the Laravel Homestead setup. Those directions are found elsewhere.
You should also have created a new Git repository in GitHub for the project.
Execute the following commands:
composer create-project laravel/laravel russellkeppner.comcd infusionsoft.comgit initgit remote add origin [email protected]:rkeppner/russellkeppner.com.gitgit add -A .git commit -m 'Initial import of Laravel core.'git push -u origin --allgit push -u origin --tagshomestead edit
- Add a new site.
- Add a new database for the site.
- Edit
.envfile to changeDB_DATABASEvalue to new database. homestead provisionhomestead ssh- Edit
/etc/hoststo add a new alias for this site.