2017 © Pedro Peláez
 

library lecter

Lecter, a flat file wiki built with Laravel 5

image

mrjuliuss/lecter

Lecter, a flat file wiki built with Laravel 5

  • Saturday, June 20, 2015
  • by MrJuliuss
  • Repository
  • 3 Watchers
  • 6 Stars
  • 106 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

Lecter

A flat file wiki built with Laravel 5 and Bootstrap 3., (*1)

, (*2)

Install

PHP 5.5+ and Composer are required., (*3)

To get the latest version on Lecter, add the follow line to the require block of your composer.json file :, (*4)

"mrjuliuss/lecter": "0.1.*", (*5)

Launch composer install or composer update., (*6)

Open your config/app.php and add the following to the providers key :, (*7)

'MrJuliuss\Lecter\LecterServiceProvider', (*8)

Open your app/Http/Kernel.php and add the following to the $routeMiddleware array :, (*9)

'lecter.guest' => 'MrJuliuss\Lecter\Http\Middleware\RedirectIfAuthenticated', (*10)

Publish package vendor :, (*11)

php artisan vendor:publish, (*12)

Go to your app url., (*13)

Config

Lecter has 2 modes:, (*14)

  • Public mode:

Everybody can see the wiki, and you need to modify directly the markdown files. In config/lecter.php set the private key to false., (*15)

  • Private mode:

Lecter can be a light private wiki build with the basic Laravel 5 authentication system., (*16)

Just run php artisan migrate to add the basic users table in your databases if doesn't exists. (If you did a php artisan fresh before, the migration will not exists), (*17)

In config/lecter.php set the private key to true., (*18)

App name :

In config/lecter.php change app_name key to set the app name., (*19)

Lecter location :

Lecter is by default available to http://your.app. To change the location of lecter, set the uri., (*20)

Example : with uri setted to mywiki, Lecter is available to http://your.app/mywiki/, (*21)

License

Lecter is licensed under the MIT License., (*22)

The Versions

20/06 2015

dev-master

9999999-dev

Lecter, a flat file wiki built with Laravel 5

  Sources   Download

MIT

The Requires

 

by Julien Richarte

laravel markdown wiki flat

18/05 2015

v0.1.2

0.1.2.0

Lecter, a flat file wiki built with Laravel 5

  Sources   Download

MIT

The Requires

 

by Julien Richarte

laravel markdown wiki flat

13/04 2015

v0.1.1

0.1.1.0

Lecter, a flat file wiki built with Laravel 5

  Sources   Download

MIT

The Requires

 

by Julien Richarte

laravel markdown wiki flat

31/03 2015

v0.1.0

0.1.0.0

Lecter, a flat file wiki built with Laravel 5

  Sources   Download

MIT

The Requires

 

by Julien Richarte

laravel markdown wiki flat

29/03 2015

v0.1.0-alpha

0.1.0.0-alpha

Lecter, a flat file wiki built with Laravel 5

  Sources   Download

MIT

The Requires

 

by Julien Richarte

laravel markdown wiki flat