Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bayareawebpro/laravel-micro.js

A Laravel inspired front-end framework for JavaScript artisans.
https://github.com/bayareawebpro/laravel-micro.js

config ioc-container javascript laravel laravel-micro lazy-loading middleware react service-provider vue

Last synced: 2 days ago
JSON representation

A Laravel inspired front-end framework for JavaScript artisans.

Awesome Lists containing this project

README

        


LaravelMicro.js



npm install laravel-micro.js --save-dev










A Laravel style frontend framework that works with your UI framework of choice.


LaravelMicro.js is an IOC Container, Service Locator Pattern and Middleware Pipeline for your
Laravel Frontend. It provides true dependency injection, and a familiar design that encourages
you to use object oriented principles in your client-side application. It includes a DotSyntax
Object Repository and Validator Service making it easy to work with data provided by
Laravel Responses.


Documentation
| Project Starter
| Discord Channel

---

### Features
Compatible with Reactive Frameworks like Vue.js and React.

* IOC Container
* Dependency Injection
* Router Integration
* Service Providers
* Error Handling
* Lazy Loading
* Middleware
* Repository
* Stringable
* Validator
* Mixins

> More Packages: https://github.com/bayareawebpro/laravel-micro.js/wiki/Other-Packages

---

#### Contributions

If your interesting in contributing to this project CI
will run the Test Suite and Coverage Report for pull requests on
the master branch. Feel free to submit features that add
parity with Laravel's conventions.

---

#### Contributors

A big thank you to contributors who have helped evolve this project:

* Pablo Hernández (Stringable, Container Alias Methods)

> Disclaimer:
> This is a community project and not an official Laravel package.
> Laravel is a trademark of Taylor Otwell.