Migration fails

Issue #1 resolved
Stefan Mogicato created an issue

Hi Matthew.

I'm completly new to Laravel (frameworks in general), so it might be that I'm asking stupid question, pls forgive me (also my English is well, ehm lets say, not that well ...)

After installation the first thing I wanted to do is migrate you db. And there is a litte bug on the file 2013_02_14_235932_create_dbconfig_settings_table.php on Line 31

$table->unique(array('package', 'key', 'env'));

this should be

$table->unique(array('package', 'key', 'environment'));

environment, not env

many thanks !

Comments (1)

  1. Log in to comment