Category: link

A PHP frontend workflow

An interesting article which explains how to do perform a workflow in your PHP project for your frontend code, without using NodeJS. The article introduces BowerPHP, mini-asset and Robo as alternatives to the NodeJS modules.

If you’re intimidated, exhausted or irritated by Gulp, Grunt, NPM, Yeoman, and all the other NodeJS tools that aim to help but often do the opposite, a good asset management workflow is possible in PHP, and this tutorial aims to prove it. In this article, we’ll go through a NodeJS-free PHP front end asset management setup.

Look, Ma! No NodeJS! – a PHP front end workflow without Node

Leave a Comment