Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcanedev/laravelmarkdown
:clipboard: Markdown parsing for Laravel with blade directives
https://github.com/arcanedev/laravelmarkdown
arcanedev laravel markdown parser php
Last synced: 3 months ago
JSON representation
:clipboard: Markdown parsing for Laravel with blade directives
- Host: GitHub
- URL: https://github.com/arcanedev/laravelmarkdown
- Owner: ARCANEDEV
- License: mit
- Created: 2016-04-15T22:59:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T02:38:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T01:07:10.995Z (4 months ago)
- Topics: arcanedev, laravel, markdown, parser, php
- Language: PHP
- Homepage:
- Size: 112 KB
- Stars: 13
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Markdown for Laravel [![Packagist License][badge_license]](LICENSE.md) [![For Laravel][badge_laravel]][link-github-repo]
[![Github Workflow Status][badge_build]][link-github-status]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
[![Github Issues][badge_issues]][link-github-issues][![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]*By [ARCANEDEV©](http://www.arcanedev.net/)*
A small and *easy-to-use* Markdown parser package for Laravel and it comes with some goodies to make your life easier.
Feel free to check out the [releases](https://github.com/ARCANEDEV/LaravelMarkdown/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).
### Features
* Laravel `5.1` to `9.x` are supported.
* Easy setup & configuration.
* Well tested (100% code coverage with maximum code quality).
* Made with :heart: & :coffee:.## Table of contents
1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
2. [Configuration](_docs/2-Configuration.md)
3. [Usage](_docs/3-Usage.md)## Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [ARCANEDEV][link-author]
- [All Contributors][link-contributors][badge_license]: https://img.shields.io/packagist/l/arcanedev/laravel-markdown.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/Laravel-5.1%20to%209.x-orange.svg?style=flat-square
[badge_build]: https://img.shields.io/github/workflow/status/ARCANEDEV/LaravelMarkdown/run-tests?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LaravelMarkdown.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/LaravelMarkdown.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/16b49ea3-2650-4d11-8d14-a91da3a020b8.svg?style=flat-square
[badge_issues]: https://img.shields.io/github/issues/ARCANEDEV/LaravelMarkdown.svg?style=flat-square
[badge_package]: https://img.shields.io/badge/package-arcanedev/laravel--markdown-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/laravel-markdown.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/laravel-markdown.svg?style=flat-square[link-author]: https://github.com/arcanedev-maroc
[link-github-status]: https://github.com/ARCANEDEV/LaravelMarkdown/actions
[link-github-repo]: https://github.com/ARCANEDEV/LaravelMarkdown
[link-github-issues]: https://github.com/ARCANEDEV/LaravelMarkdown/issues
[link-contributors]: https://github.com/ARCANEDEV/LaravelMarkdown/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/laravel-markdown
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/LaravelMarkdown/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/16b49ea3-2650-4d11-8d14-a91da3a020b8