Tag: foundation site

  • Laravel 5.4 with Foundation 6.3

    Laravel 5.4 with Foundation 6.3

    I wanted to share how I got Foundation Site 6.3 to work with Laravel 5.4 and webpack. I tried this on a brand new Laravel project. First, edit the package.json file and replace the bootstrap-sass entry with “foundation-sites”: “^6.3.1” Then run npm install. This will download all the dependencies and store them in the node_modules…