Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.23 KB

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.