mrcore/foundation is a Laravel package for mrcore foundation.
It currently has 0 GitHub stars and 2.512 downloads on Packagist (latest version 5.8.4).
Install it with composer require mrcore/foundation.
Discover more Laravel packages by mrcore
or browse all Laravel packages to compare alternatives.
Last updated
mrcore/foundation is a module for the mRcore Framework
This module provides the asset manager and advanced module and dynamic app loading system for Laravel.
Essentially, this is what turns Laravel into 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.
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.
See https://github.com/mrcore5/framework for details and installation instructions.
Thank you for considering contributing to the mRcore framework! Fork and pull!
mRcore is open source software licensed under the MIT license