• Stars
    star
    106
  • Rank 324,624 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Laravel inspired front-end framework for JavaScript artisans.

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.