Skip to content

librecmscom/yuncms-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuncms-note

仿 https://pastebin.com/ 的笔记

Latest Stable Version Total Downloads Build Status License

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require yuncms/yuncms-note

or add

"yuncms/yuncms-note": "~2.0.0"

to the require section of your composer.json file.

笔记Url规则

    'notes/<page:\d+>' => 'note/note/index',
    'notes/create' => 'note/note/create',
    'notes' => 'note/note/index',
    'notes/<uuid:[\w+]+>/print' => 'note/note/print',
    'notes/<uuid:[\w+]+>/download' => 'note/note/download',
    'note/<uuid:[\w+]+>' => 'note/note/view',

License

This is released under the MIT License. See the bundled LICENSE.md for details.