Laravel4-Vagrant icon indicating copy to clipboard operation
Laravel4-Vagrant copied to clipboard

Run Laravel4 inside a Ubuntu 12.04 Vagrant Virtual Machine w/PHP 5.5

Results 17 Laravel4-Vagrant issues
Sort by recently updated
recently updated
newest added

Hey, Getting an error when running php artisan migrate: [ErrorException] Undefined variable: table migrate [--bench[="..."]] [--database[="..."]] [--path[="..."]] [--package[="..."]] [--pretend] [--seed] Not sure if its something i've done wrong but any...

Hi, I want to download a laravel 4 box. What do I need to do with your git files to download a Laravel 4 environment? My composer.json has the following:...

I see there are two commands defined under vagrant/ directory. However, `vagrant artisan` fails to run. So how the two commands actually being used?

Hello, I was wondering what's the best way to get php 5.4 & 5.3 with your vagrant installation? These belgian webservers refuse to upgrade to php 5.5. :/ I guess...

OS: Windows 8 & OSX 10.10 Vagrant: 1.6.5 VirtualBox: 4.3.18 When I run `vagrant up` it gives: ``` err: /Stage[main]/Laravel_app/Exec[setup laravel installer]/returns: change from notrun to 0 failed: /bin/sh -c...

Hi I have two projects using this vagrant setup. It's great thanks. for some reason one project I can't connect with Navicat or a desktop sql client. The other connects...

Hi, php sessions and therefore phpMyAdmin are not working. I was getting this phpMyAdmin error: "Cannot start session without errors, please check errors given in your PHP and/or webserver log...

after clone using command "git clone https://github.com/dotcloud/docker.git" "cd docker" following issues are not resolved.... please any one fix the issue.... "vagrant up" command is not working issues as follows: D:\docker>vagrant...

My plan is to manage the changes I make to laravel4-vagrant using git, but I also want to manage my laravel changes using git. I am not quite sure how...