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

LaravelMicro.js is a front-end framework for javascript applications that provides a dependency injection container and familiar framework design that encourages you to use object oriented principles.

Quick Start Preset

The easiest way to get started is by using the LaravelMicro Preset Package on a fresh Laravel Project. https://github.com/bayareawebpro/laravel-micro-preset

Example App

Alternatively you can view a more complex codebase by checking out the source for the example app which is the gh-pages branch of this repo. https://github.com/bayareawebpro/laravel-micro.js/tree/gh-pages

Clone this wiki locally