Download the PHP package ryangjchandler/commonmark-blade-block without Composer
On this page you can find all versions of the php package ryangjchandler/commonmark-blade-block. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ryangjchandler/commonmark-blade-block
More information about ryangjchandler/commonmark-blade-block
Files in ryangjchandler/commonmark-blade-block
Package commonmark-blade-block
Short Description Embed Laravel Blade code inside of your Markdown templates.
License MIT
Homepage https://github.com/ryangjchandler/commonmark-blade-block
Informations about the package commonmark-blade-block
Embed Laravel Blade code inside of your Markdown templates.
This package provides an extension for league/commonmark
that lets you embed Laravel Blade code inside of your Markdown content.
Installation
You can install the package via Composer:
Usage
Start by registering the extension.
Then start embedding Blade inside of your Markdown content with the @blade
and @endblade
tags.
Using Laravel's Str
or str()
helpers
If you're using Str::markdown()
or str()->markdown()
, then you can register the extension through the extensions
argument.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of commonmark-blade-block with dependencies
illuminate/contracts Version ^10.0||^11.0
league/commonmark Version ^2.5
spatie/laravel-package-tools Version ^1.16