GithubHelp home page GithubHelp logo

vagrant-laravel-4's Introduction

Laravel 4 with Vagrant

Easy development environment for Laravel 4 with Vagrant. Shell is used for provisioning. Maintained by Sumardi Shukor.

Requirements

Setup

First, clone this repository.

git clone https://github.com/sumardi/vagrant-laravel-4.git

Then, fire up Vagrant.

vagrant up

The first time you run vagrant it will need to fetch the virtual box image which is ~300mb so depending on your download speed this could take some time. Grab a cup of 0xC00FEE!

After the provisioning has completed, you can access your project at http://192.168.13.37 in a browser.

Note: You may have to change permissions on the public/laravel/app/storage folder to writeable under the host OS.

For example: chmod -R 777 public/laravel/app/storage

Installed Software

  • Centos 6.5 (32bit)
  • Apache 2
  • MySQL 5
  • PHP 5.4 (with mbstring, mysql, curl, gd, dom, mcrypt, imap, xdebug, pdo, pear)
  • Composer
  • PHPUnit
  • phpMyAdmin
  • Beanstalkd (with Beanstalk Console)
  • Supervisord
  • NodeJS (with Grunt, Gulp)

Default Credentials

MySQL

  • User: root
  • Password: (blank)
  • Port Forwarded : 3306 => 1337

Apache

  • ServerName : localhost.localdomain
  • Port Forwarded : 80 => 8080

Beanstalkd

  • Port : 11300

Beanstalk Console

Resources

Vagrant

Vagrant is very well documented but here are a few common commands:

  • vagrant up starts and provisions the vagrant environment
  • vagrant suspend suspends the machine
  • vagrant resume resume a suspended vagrant machine
  • vagrant halt stops the vagrant machine
  • vagrant ssh connects to machine via SSH
  • vagrant destroy stops and deletes all traces of the vagrant machine
  • vagrant reload restarts vagrant machine, loads new Vagrantfile configuration

vagrant-laravel-4's People

Contributors

sumardi avatar

Stargazers

Salahuddin Hairai avatar J Shamsul Bahri avatar

Watchers

 avatar James Cloos avatar

Forkers

jibone

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.