2017 © Pedro Peláez
 

library kwiki-laravel

Quick wiki or blog with markdown files for laravel

image

ryanwinchester/kwiki-laravel

Quick wiki or blog with markdown files for laravel

  • Wednesday, September 30, 2015
  • by ryanwinchester
  • Repository
  • 3 Watchers
  • 3 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Kwiki - Laravel Package

WORK IN PROGRESS, DO NOT USE RIGHT NOW

Version Total Downloads License Scrutinizer Code Quality Build Status, (*1)

markdown wiki/blog

Usage

Place your markdown files in the /kwiki directory., (*2)

Categories are directories and subcategories are subdirectories., (*3)

If you place an index.md in a category or subcategory directory, it will be parsed and displayed after the list of subcategories and files., (*4)

The views are blade templates and located at resources/views/vendor/kwiki and the master layout template is resources/views/vendor/kwiki/master.blade.php, (*5)

Installation

Using composer:, (*6)

composer require "ryanwinchester/kwiki: ^0.1"

Publishing config and other assets

There is a good chance you wil want to override some default things. If that is the case there are a couple of way you can go about it. First, you could publish all the things:, (*7)

php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --force

Or you could publish things individually:, (*8)

Config:, (*9)

php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="config" --force

Views:, (*10)

php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="views" --force

Public assets:, (*11)

php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="public" --force

Translations:, (*12)

php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="translations" --force

Powered by

  • Laravel - Laravel framework
  • Pagemark - A package I wrote that basically does all the work
  • Parsedown - A popular markdown parser, and this project's default

The Versions

30/09 2015

dev-master

9999999-dev

Quick wiki or blog with markdown files for laravel

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

laravel markdown blog wiki