Skip to content

bayareawebpro/laravel-micro.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.