Download the PHP package xetaio/xetaravel-editor-md without Composer
On this page you can find all versions of the php package xetaio/xetaravel-editor-md. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xetaio/xetaravel-editor-md
More information about xetaio/xetaravel-editor-md
Files in xetaio/xetaravel-editor-md
Package xetaravel-editor-md
Short Description A wrapper to use Editor.md with Laravel.
License MIT
Homepage https://github.com/XetaIO/Xetaravel-Editor-md
Informations about the package xetaravel-editor-md
Xetaravel Editor.md
Stable Version Downloads Laravel License A wrapper to use Editor.md with Laravel.
Requirement
Installation
ServiceProviders
Import the
EditorServiceProvider
in yourconfig/app.php
:Vendor Publish
Publish the vendor files to your application (included the config file
config/editor.php
and thepublic/vendor/editor.md
directory) :Configuration
All configuration options can be found in your
config/editor.php
file. For a full configuration options, read the documentation on the Editor.md site.Usage
To use it with the basic options, just use the helpers included with the plugin:
Advanced usage
If you want to use your custom options or options that are not in the config file, one of the best way, it to setup your Editor like that :
Upload File
This package come with a build-in upload feature. You don't have to do anything to get it work.. expect to upload an image. :stuck_out_tongue_winking_eye: If you want to do your own uploader, just register a new route and set it to
imageUploadURL
configuration option. (Of course you will need to create your own Controller and action, take a look here for an exemple)Contribute
If you want to contribute to the project by adding new features or just fix a bug, feel free to do a PR.
All versions of xetaravel-editor-md with dependencies
illuminate/http Version ^8.0 || ^9.0
illuminate/routing Version ^8.0 || ^9.0
illuminate/support Version ^8.0 || ^9.0
illuminate/validation Version ^8.0 || ^9.0