Eugene explains Forwarding Decorators: a crazy concept for approaching modularity in apps - wrapping them in other classes and recompiling everything.
Tag: compile
Achieving Modular Architecture with Forwarding Decorators
How PHP Executes – from Source Code to Render
Thomas Punt goes through the four stages of PHP execution - from lexing to compilation and optimization. Here's what you make happen, daily!
7 Atom Add-ons for Running Code and Previewing Changes
Lucero del Alba introduces 7 Atom add-ons for previewing changes in HTML, CSS, JS and Markdown, and for executing interpreted and compiled code.
Meet Elixir, the Laravel Way of Compiling Assets
Reza goes through Elixir, a Laravel addon for front-end asset management. Compilation, minification, optimization, versioning and more - check it out!
Look, Ma! No NodeJS! – A PHP Front-end Workflow Without Node
Bruno Skvorc combines BowerPHP, Mini-Asset and Robo.li into a PHP front end asset building pipeline that aims to completely avoid having to deal with NodeJS
Getting Started with Assetic
Lukas White runs through Assetic basics and explains various uses of this asset manager through detailed code snippets