Download the PHP package arkecosystem/commonmark without Composer
On this page you can find all versions of the php package arkecosystem/commonmark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arkecosystem/commonmark
More information about arkecosystem/commonmark
Files in arkecosystem/commonmark
Download arkecosystem/commonmark
More information about arkecosystem/commonmark
Files in arkecosystem/commonmark
Vendor arkecosystem
Package commonmark
Short Description CommonMark for internal Laravel Projects. Powered by league/commonmark.
License MIT
Package commonmark
Short Description CommonMark for internal Laravel Projects. Powered by league/commonmark.
License MIT
Please rate this library. Is it a good library?
Informations about the package commonmark
Laravel CommonMark
CommonMark for Laravel. Powered by league/commonmark.
Installation
- Require with composer:
composer require arkecosystem/commonmark
- Publish all the assets / views with
php artisan vendor:publish --provider="ARKEcosystem\CommonMark\CommonMarkServiceProvider" --tag=config
. -
Disable auto-discovery for all fortify packages. This step is required so that we can control the loading order of
graham-campbell/markdown
andarkecosystem/commonmark
. - Register the service providers in this exact order. This will ensure that our package can overwrite any bindings that
graham-campbell/markdown
created.
Usage
This package provides parsing and rendering for CommonMark. All the specifications and examples can be seen at https://commonmark.org/. There are a few custom elements that can be used to embed third-party content.
Embed SimpleCast
Embed Twitter
Embed YouTube
All versions of commonmark with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^8.28
graham-campbell/markdown Version ^13.1
spatie/regex Version ^2.0
league/commonmark Version ^1.5
calebporzio/sushi Version ^2.1
spatie/yaml-front-matter Version ^2.0
unicorn-fail/emoji Version 1.0.x-dev
arkecosystem/ui Version ^5.0
graham-campbell/markdown Version ^13.1
spatie/regex Version ^2.0
league/commonmark Version ^1.5
calebporzio/sushi Version ^2.1
spatie/yaml-front-matter Version ^2.0
unicorn-fail/emoji Version 1.0.x-dev
arkecosystem/ui Version ^5.0
The package arkecosystem/commonmark contains the following files
Loading the files please wait ....