Skip to content

mrcore5/appstub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

mRcore Appstub Module Template

This repository contains all mrcore appstubs in various flavors.

This master branch is empty. All appstub flavors are found in this repositories branches.

Appstubs require mrcore5 to operate. Once you have an mrcore setup with mrcore/foundation you can install a new app with any appstub flavor like so

./artisan mrcore:foundation:app:make --template=5.7 myvendor/mynewapp

Where --template refers to a branch on this repository.

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.

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.

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!

License

mRcore is open source software licensed under the MIT license

About

Mrcore Appstub Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published