2017 © Pedro Peláez
 

yii2-extension yii2-note

The Yii Note module

image

yuncms/yii2-note

The Yii Note module

  • Monday, October 23, 2017
  • by xutl
  • Repository
  • 0 Watchers
  • 2 Stars
  • 230 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 33 Versions
  • 0 % Grown

The README.md

yii2-note

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

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

Installation

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

Either run, (*4)

$ composer require yuncms/yii2-note

or add, (*5)

"yuncms/yii2-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

21/05 2017
15/05 2017
15/02 2017
08/02 2017
03/02 2017
03/02 2017
25/01 2017

1.0.0

1.0.0.0

The Yii Note module

  Sources   Download

MIT

The Requires

 

yii note yii2-note