Using Foundation Sites with Laravel 5.3 and Webpack

Originally published at: Using Foundation Sites with Laravel 5.3 and Webpack - Server Side Up

Out of the box, Laravel 5.3 ships with Twitter Bootstrap. However, if you are like me, you prefer Zurb Foundation 6. Setting up Laravel 5.3 to work with foundation is a breeze! After you install laravel, open your package.json file. You will see in the dev dependancies the reference to bootstrap. Remove that dependancy and…