Skip to content
Dan Alvidrez edited this page Mar 4, 2019 · 31 revisions

Preface

I started with Laravel 4.x, my first real framework as I moved away from Wordpress & Expression Engine. Over the years it's really taught me to be a better programmer and truly appreciate the power that the core implementation offers.

As javascript has matured I've grown to love my UI frameworks like Vue.js but the current functional paradigm in javascript left me frustrated and I longed for the structure and object oriented approach that I've learned from studying and working with Taylor's code on a nearly daily basis.

This project was first a quest to see what could be done, and quickly turned into building as close an implementation that I could from my knowledge of the Laravel public API. While things do not work the exact same way Laravel does internally, I did my best to build things in a way that would satisfy my cravings for structure and methodology while achieving my goals for some kind of IOC and service locator.

While not every frontend application needs this level of power, it's given me hopes to keep pushing forward in my quest to build the best applications I can, from the back to the front.

Webpack Gotchas

https://github.com/bayareawebpro/laravel-micro.js/wiki/Laravel-Mix-Setup

Clone this wiki locally