Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 672 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 672 Bytes

Laravel Easy Up

Comes with Vagrant setup and ready to roll with php7.1 and mySQL

Usage

  • Run Vagrant Up
  • Get Building!

Note: bootstrap.sh will run with Vagrant up it will install and configure PHP, MySQL, Composer. Once everything is installed it will run composer and setup laravels app key, ect. To change this behavoir just edit bootstrap.sh

Renaming Project

  • Delete the .git folder
  • Run git init
  • Edit .git/description
  • Create new GitHub Repo
  • Follow the instructions for adding the new repo as the remote origin (do not init with readme)

Note Composer Install is using extra verbose to succesfully install Laravel 5.5.25

vue-app