All Projects → laravel-admin-extensions → Summernote

laravel-admin-extensions / Summernote

Licence: mit
Summernote extension for laravel-admin

Projects that are alternatives of or similar to Summernote

Php Memcache Dll
PHP-memcache-dll
Stars: ✭ 588 (+2350%)
Mutual labels:  extension
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+3125%)
Mutual labels:  laravel-admin
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (-25%)
Mutual labels:  extension
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+2391.67%)
Mutual labels:  extension
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+2695.83%)
Mutual labels:  laravel-admin
Group by.ext.ee addon
An ExpressionEngine 2.x extension to add 'group by' support to the channel:entries tag pair.
Stars: ✭ 6 (-75%)
Mutual labels:  extension
Flask Caching
A caching extension for Flask
Stars: ✭ 582 (+2325%)
Mutual labels:  extension
Decreased Productivity
Discreetly surf the web! Control exactly how you want web pages to look like.
Stars: ✭ 22 (-8.33%)
Mutual labels:  extension
Weakauras2
World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
Stars: ✭ 731 (+2945.83%)
Mutual labels:  extension
Vs Freemarker
FreeMarker language colorization extension for Visual Studio Code
Stars: ✭ 17 (-29.17%)
Mutual labels:  extension
Laravel Admin
Laravel Admin Panel
Stars: ✭ 614 (+2458.33%)
Mutual labels:  laravel-admin
Weibo Picture Store
🖼 新浪微博图床 Chrome/Firefox 扩展,支持同步到微相册
Stars: ✭ 624 (+2500%)
Mutual labels:  extension
Gata
Bookmarks made better
Stars: ✭ 17 (-29.17%)
Mutual labels:  extension
Hypopg
Hypothetical Indexes for PostgreSQL
Stars: ✭ 594 (+2375%)
Mutual labels:  extension
Active interaction Extras
Useful extensions for active_interaction gem
Stars: ✭ 18 (-25%)
Mutual labels:  extension
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (+2350%)
Mutual labels:  laravel-admin
Javascript
a chrome extension,game for javascript
Stars: ✭ 5 (-79.17%)
Mutual labels:  extension
Mas Vendidos
⬇️ Sorts MercadoLibre items by most selled
Stars: ✭ 23 (-4.17%)
Mutual labels:  extension
Mdx linkify
Link recognition for Python Markdown
Stars: ✭ 18 (-25%)
Mutual labels:  extension
Rung Cli
Command line tool for Rung
Stars: ✭ 17 (-29.17%)
Mutual labels:  extension

Summernote editor extension for laravel-admin

This is a laravel-admin extension that integrates Summernote into the laravel-admin form.

Screenshot

wx20180905-132310

Installation

composer require laravel-admin-ext/summernote

Then

php artisan vendor:publish --tag=laravel-admin-summernote

Configuration

In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.

    'extensions' => [

        'summernote' => [
        
            //Set to false if you want to disable this extension
            'enable' => true,
            
            // Editor configuration
            'config' => [
                
            ]
        ]
    ]

The configuration of the editor can be found in Summernote Documentation, such as configuration language and height.

    'config' => [
        'lang'   => 'zh-CN',
        'height' => 500,
    ]

Usage

Use it in the form:

$form->summernote('content');

Donate

Help keeping the project development going, by donating a little. Thanks in advance.

PayPal Me

-1

License

Licensed under The MIT License (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].