Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecmscom/yii2-note
笔记
https://github.com/librecmscom/yii2-note
yii yii2 yii2-extension yii2-modules
Last synced: 22 days ago
JSON representation
笔记
- Host: GitHub
- URL: https://github.com/librecmscom/yii2-note
- Owner: librecmscom
- License: mit
- Created: 2017-01-25T05:52:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T06:04:51.000Z (about 7 years ago)
- Last Synced: 2024-10-15T14:20:12.614Z (2 months ago)
- Topics: yii, yii2, yii2-extension, yii2-modules
- Language: PHP
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yii2-note
仿 https://pastebin.com/ 的笔记
[![Latest Stable Version](https://poser.pugx.org/yuncms/yii2-note/v/stable.png)](https://packagist.org/packages/yuncms/yii2-note)
[![Total Downloads](https://poser.pugx.org/yuncms/yii2-note/downloads.png)](https://packagist.org/packages/yuncms/yii2-note)
[![Reference Status](https://www.versioneye.com/php/yuncms:yii2-note/reference_badge.svg)](https://www.versioneye.com/php/yuncms:yii2-note/references)
[![Build Status](https://img.shields.io/travis/yiisoft/yii2-note.svg)](http://travis-ci.org/yuncms/yii2-note)
[![Dependency Status](https://www.versioneye.com/php/yuncms:yii2-note/dev-master/badge.png)](https://www.versioneye.com/php/yuncms:yii2-note/dev-master)
[![License](https://poser.pugx.org/yuncms/yii2-note/license.svg)](https://packagist.org/packages/yuncms/yii2-note)## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```bash
$ composer require yuncms/yii2-note
```or add
```
"yuncms/yii2-note": "~2.0.0"
```to the `require` section of your `composer.json` file.
笔记Url规则
```php
'notes/' => 'note/note/index',
'notes/create' => 'note/note/create',
'notes' => 'note/note/index',
'notes//print' => 'note/note/print',
'notes//download' => 'note/note/download',
'note/' => 'note/note/view',```
## LicenseThis is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.