Download the PHP package mrcore/wiki without Composer

On this page you can find all versions of the php package mrcore/wiki. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wiki

mRcore Wiki Module v5.8

mrcore/wiki is a module for the mRcore Framework

This module provides wiki and CMS dynamic app loading functionality.

Installation

Assuming you already have Laravel and mRcore Framework installed along with mRcore Auth Module

Edit your config/modules.php file and ensure 'Mrcore\Wiki' => [], is set in your modules array

And ensure Mrcore\Wiki is set in all 3 assets, views and routes arrays under the "Loading Order / Override Management" section. Notice Mrcore\Wiki is defined first in the routes array. Follow the order of each array listed

Edit your config/auth.php file and set guards web driver to mrcore

And set profiders users model to Mrcore\Auth\Models\User::class

Run auth and wiki migrations and seeders

Visit your laravel install (if php artisan server at http://localhost:8000) to see the new wiki

Default user/pass is admin / password

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

Contributing

Thank you for considering contributing to the mRcore framework! Fork and pull!

License

mRcore is open source software licensed under the MIT license

Enhancement Ideas

Wiki Tables

Auth Tables


All versions of wiki with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mrcore/wiki contains the following files

Loading the files please wait ....