2017 © Pedro Peláez
 

yii2-extension yuncms-note

The note module for yuncms.

image

yuncms/yuncms-note

The note module for yuncms.

  • Wednesday, January 3, 2018
  • by xutl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yuncms-note

仿 https://pastebin.com/ 的笔记, (*1)

Latest Stable Version Total Downloads Build Status License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

$ composer require yuncms/yuncms-note

or add, (*5)

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

to the require section of your composer.json file., (*6)

笔记Url规则, (*7)

    '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., (*8)

The Versions