mRcore GUI Components v5.8
mrcore/foundation is a module for the mRcore Framework, (*1)
This module provides GUI components like datagrids and auto-complete dropdowns both in vue.js and jquery, (*2)
What Is mRcore
mRcore is a module/package system for Laravel allowing you to build all your applications as reusable modules.
Modules resemble the Laravel folder structure and can be plugged into a single Laravel instance.
mRcore solves module loading dependency order and in-place live asset handling. Modules can be
full web UIs, REST APIs and/or full Console command line apps. A well built module is not only your
UI and API, but a shared PHP library, a native API or repository which can be reused as dependencies in other modules., (*3)
We firmly believe that all code should be built as modules and not in Laravel's directory structure itself.
Laravel simply becomes the "package server". A single Laravel instance can host any number of modules., (*4)
See https://github.com/mrcore5/framework for details and installation instructions., (*5)
Versions
- 1.0 is for Laravel 5.1 and below
- 2.0 is for Laravel 5.3, 5.4, 5.5
- 5.6 is for Laravel 5.6
- 5.7 is for Laravel 5.7
- ... Following Laravel versions from here on
Contributing
Thank you for considering contributing to the mRcore framework! Fork and pull!, (*6)
License
mRcore is open source software licensed under the MIT license, (*7)