Download the PHP package rymesaint/xetaravel-editor-md-new without Composer
On this page you can find all versions of the php package rymesaint/xetaravel-editor-md-new. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rymesaint/xetaravel-editor-md-new
More information about rymesaint/xetaravel-editor-md-new
Files in rymesaint/xetaravel-editor-md-new
Package xetaravel-editor-md-new
Short Description A wrapper to use Editor.md with Laravel.
License MIT
Homepage https://github.com/rymesaint/Xetaravel-Editor-md-New
Informations about the package xetaravel-editor-md-new
Xetaravel Editor.md New
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.