laravel-vagrant
laravel-vagrant copied to clipboard
Vagrant configuration for Laravel 4.
Laravel 4 Vagrant
Get up and started with Laravel in minutes using Vagrant!
Getting Started
Grats, you are prepped for Vagrant with Ansible provisioning!
Usage
- Clone a copy of this repository to your local system. You can delete the versioning with
rm -rf .git
. - Download a fresh copy of the Laravel framework, and extract it on top of laravel-vagrant.
- Navigate to your laravel-vagrant directory with your terminal and run
vagrant up
.
That's it! If everything is working you should be able to visit http://localhost:8080 and be greeted with the Laravel welcome page.
Enjoy!