2017 © Pedro Peláez
 

library wiki-lite

Wiki-Lite: light weight wiki for Laravel 5

image

savvywombat/wiki-lite

Wiki-Lite: light weight wiki for Laravel 5

  • Thursday, June 7, 2018
  • by SavvyWombat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 200 % Grown

The README.md

Not actively maintained

Wiki-Lite

A light weight wiki for use in Laravel 5, (*1)

Installation

In your Laravel 5 application, install using Composer., (*2)

composer require savvywombat/wiki-lite

You will need to publish the package:, (*3)

artisan vendor:publish

And select:, (*4)

SavvyWombat\WikiLite\ServiceProvider

Configuration

A sample configuration is provided in config/wiki-lite.php, (*5)

By default, the wiki is configured to work as a subdirectory of your site https://example.com/wiki., (*6)

An anonymous username has been configured, too (currently, the wiki is not integrated into Laravel's authentication system)., (*7)

Migrations

Wiki-lite requires two database tables, prefixed with wiki_lite_., (*8)

The migrations are installed to your project's database/migrations directory. Simply run artisan migrate to install the databases., (*9)

Views

Wiki-lite installs a layout template which wraps the wiki views allowing you to modify and integrate the layout into your project's layout., (*10)

The template is installed into views/vendor/savvywombat/wiki-lite/, (*11)

Usage

When visiting the wiki index page (https://example.com/wiki) for the first time, you will be asked to create a new page with a title., (*12)

The wiki uses CommonMark syntax, with one addition - wiki-links., (*13)

Linking between wiki pages

You can simply enter any page title (or slug) as a link using:, (*14)

[[The page title you want to link to]]

When you save the page, you will see a link which takes you to the page you want., (*15)

The wiki will also save a link back from the targeted page., (*16)

Editing titles

The wiki uses a UUID for each page, meaning that you can edit page titles and any links to the page's previous titles will still link to the latest version of the page., (*17)

Comparing revisions

Revision comparison uses unified diff format., (*18)

Styling

Some styles are included in the module. They are published into resources/assets/sass/vendor/savvywombat/wiki-lite., (*19)

You can import them into your application styles by adding @import "vendor/savvywombat/wiki-lite/wiki-lite" in your app.scss file., (*20)

Support

If you are having general issues with this repository, please contact us via the SavvyWombat website., (*21)

Please report issues using the GitHub issue tracker. You are also welcome to fork the repository and submit a pull request., (*22)

If you're using this repository, we'd love to hear your thoughts. Thanks!, (*23)

Licence

Wiki-Lite is licensed under The MIT License (MIT)., (*24)

The Versions

07/06 2018

dev-master

9999999-dev https://github.com/SavvyWombat/wiki-lite

Wiki-Lite: light weight wiki for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stuart Jones

laravel wiki savvywombat savvy wombat wiki-lite wikilite wiki lite

07/06 2018
05/06 2018
18/02 2018
24/01 2018
23/01 2018
23/11 2017

0.0.5

0.0.5.0

Wiki-Lite: light weight wiki

  Sources   Download

MIT

The Requires

 

The Development Requires

light wiki lite savvywombat

22/11 2017

0.0.4

0.0.4.0

Wiki-Lite: light weight wiki

  Sources   Download

MIT

The Requires

 

The Development Requires

light wiki lite savvywombat

20/11 2017

0.0.3

0.0.3.0

Wiki-Lite: light weight wiki

  Sources   Download

MIT

The Requires

 

The Development Requires

light wiki lite savvywombat

15/11 2017

0.0.2

0.0.2.0

Wiki-Lite: light weight wiki

  Sources   Download

MIT

The Requires

 

The Development Requires

light wiki lite savvywombat

14/11 2017

0.0.1

0.0.1.0

Wiki-Lite: light weight wiki

  Sources   Download

MIT

The Requires

 

The Development Requires

light wiki lite savvywombat