Using Vagrant next steps
We’ll I’ve succeeded in getting a functional box up and running for my Laravel project. First tested it on a local VM using virtualbox, Vagrant and a bunch of shell scripts which I compiled from a lot of other similar efforts found on the internet. It stil lrequired a lot of trial and effort to get it where it is now. A functioning box which will run my project. It will deploy the code from a git repository and will use a previous database backup to initiate the database.
[Read More]