Skip to content

CodersAKL/laravel-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-vagrant

The easy way to install latest laravel and run the vagrant

To configure for your needs please edit Vagrant file. Simple checkout this repository and then run the command

vagrant up

Windows users

[Recommended terminal for windows][1] [1]: http://conemu.github.io/

ran this command before vagrant up in an admin command prompt on windows :

fsutil behavior set SymlinkEvaluation L2L:1 R2R:1 L2R:1 R2L:1

then go to your project dir and run as admin. More info why hashicorp/vagrant#713

vagrant up

This will install

  1. Ubuntu 14.04 x64
  2. Apache
  3. Ruby
  4. SASS
  5. COMPASS
  6. Bootstrap-sass
  7. Composer
  8. PHP 5.5
  9. MySQL 5.5
  10. SQLite
  11. Elastic Search and ElasticHQ
  12. Memcached
  13. Nodejs

By default this vagrant starting with GUI, so no need to connect to the server via SSH. Default login is

User: vagrant
Pass: vagrant

Login to the server using SSH

user: vagrant
host: 127.0.0.1
port: 2222
ssh url: ssh://vagrant@127.0.0.1:2222

For COMPASS users

please use the --poll setting in watch command see: Compass/compass#394

compass watch /vagrant --poll

Scripts for installing tools is used from https://github.com/fideloper/Vaprobash

  1. https://github.com/barryvdh/laravel-debugbar
  2. https://github.com/mcamara/laravel-localization
  3. https://github.com/Zizaco/entrust/tree/laravel-5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published