Download the PHP package peresmishnyk/backpack-summernote without Composer
On this page you can find all versions of the php package peresmishnyk/backpack-summernote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peresmishnyk/backpack-summernote
More information about peresmishnyk/backpack-summernote
Files in peresmishnyk/backpack-summernote
Package backpack-summernote
Short Description Extended summernote fields for laravel backpack
License MIT
Homepage https://github.com/peresmishnyk/backpack-summernote
Informations about the package backpack-summernote
BackpackSummernote
This package provides additional functionality for projects that use the Backpack for Laravel administration panel.
More exactly, it adds pre configured summernote field and HTML cleaner so that you can easily edit rich content and has clear HTML after.
Screenshots
// TODO: add a screenshot and delete these lines; to add a screenshot to a github markdown file, the easiest way is to open an issue, upload the screenshot there with drag&drop, then close the issue; you now have that image hosted on Github's servers; so you can then right-click the image to copy its URL, and use that URL wherever you want (for example... here)
Installation
Via Composer
Usage
To use the field this package provides, inside your custom CrudController do:
Notice the attribute - make sure that is exactly as above, to tell Backpack to load the field from this addon package, instead of assuming it's inside the Backpack\CRUD package.
To clear submited HTML, in your model do:
OR
Overwriting
If you need to change the field in any way, you can easily publish the file to your app, and modify that file any way you want. But please keep in mind that you will not be getting any updates.
Step 1. Copy-paste the blade file to your directory:
Step 2. Remove the vendor namespace wherever you've used the field:
Step 3. Uninstall this package. Since it only provides one file, and you're no longer using that file, it makes no sense to have the package installed:
Change log
Changes are documented here on Github. Please see the Releases tab.
Testing
Contributing
Please see contributing.md for a todolist and howtos.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Michkire Dmytro
- All Contributors
License
This project was released under MIT, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.
However, please note that you do need Backpack installed, so you need to also abide by its YUMMY License. That means in production you'll need a Backpack license code. You can get a free one for non-commercial use (or a paid one for commercial use) on backpackforlaravel.com.