2017 © Pedro Peláez
 

library summernote

A summernote package for laravel

image

shawnsandy/summernote

A summernote package for laravel

  • Monday, February 27, 2017
  • by shawnsandy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 92 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

summernote

SensioLabsInsight, (*1)

Codacy Badge Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*2)

START HERE

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*3)

Install

Via Composer, (*4)

``` bash $ composer require shawnsandy/summernote, (*5)


## Usage Add to following to you `config\app.php` ``` php ShawnSandy\Summernote\SummerNoteServicesProvider::class

Quick Setup

  • Publish the package assets

``` bash php artisan vendor:publish --tag=snotes-assets, (*6)


- Open your `App/User.php` and add NotesTrait you can find out more on traits here ```php use ShawnSandy\Summernote\App\Notes\NotesTrait; class User extends Authenticatable { use NotesTrait; }
  • Go to http://yoursite.com/snotes

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email shawnsandy04@gmail.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

27/02 2017

dev-develop

dev-develop https://github.com/ShawnSandy/PkgStart

A summernote package for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel summernote shawnsandy

17/01 2017

dev-master

9999999-dev https://github.com/ShawnSandy/PkgStart

A summernote package for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel summernote shawnsandy

12/01 2017

v0.1.2

0.1.2.0 https://github.com/ShawnSandy/PkgStart

A summernote package for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel summernote shawnsandy

04/01 2017

v0.01

0.01.0.0 https://github.com/ShawnSandy/PkgStart

A summernote package for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel summernote shawnsandy