binarytorch / blogged
Write gorgeous articles for your Laravel applications using MarkDown
Installs: 1 550
Dependents: 0
Suggesters: 0
Security: 0
Stars: 129
Watchers: 8
Forks: 26
Open Issues: 26
Language:CSS
Requires
- erusev/parsedown-extra: ^0.7.1
- illuminate/support: ~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0
- mews/purifier: ^3.1
- mockery/mockery: ^1.2
- symfony/dom-crawler: ^4.1
Requires (Dev)
- laravel/framework: ~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0
- orchestra/database: ~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0
- orchestra/testbench: ~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0
- phpunit/phpunit: ^8.0
- dev-master
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.0
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/marked-4.0.10
- dev-dependabot/npm_and_yarn/markdown-it-12.3.2
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
This package is auto-updated.
Last update: 2022-07-26 08:17:02 UTC
README
Blogged
Write beautiful blog articles using Markdown inside your Laravel app.
Blogged 🖍
Blogged is a carefully designed Laravel package provides an easy way to create a beautiful blog like this inside your normal Laravel projects. It lives besides your code project's code base without interacting with it. It comes with a beautiful looking user interface which is highly configurable to fit your need.
Get Started
☝️ Install the package via composer.
composer require binarytorch/blogged
✌️ Run the install command.
php artisan blogged:install
Visit your app domain with /blog
endpoint. That's it.
See full documentation and demo
License
This library is licensed under the MIT License - see the LICENSE.md file for details.