Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
369 stars 119 forks source link

Unix Socket in config causes issues with install #30

Closed silverark closed 8 years ago

silverark commented 8 years ago

Great boilerplate! It's really helped me get to grips with AngularJS.

The default socket in starter-laravel-angular/config/database.php will throw people who are installing this without xampp. Can it be removed by default?

hbickerton commented 8 years ago

2nded, had to remove it to run migrations on linux.

Zemke commented 8 years ago

Thanks! Have fun with Laravel and AngularJS.