asset pipeline

Adding an Asset Pipeline to Laravel

What is an Asset Pipeline? An Asset Pipeline is a concept where a developer simply places their resources into folders, and the application handles including those as needed. The first time I’d ever played with it was when I was working with Rails 4, and it was the coolest thing ever. In normal web design, you […]