binarytorch/blogged
Write gorgeous articles for your Laravel applications using MarkDown
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2022-07-26 08:17:02 UTC
README
👁 68747470733a2f2f6c617265636970652e62696e617279746f7263682e636f6d2e6d792f696d616765732f626c6f676765642e737667
Blogged
Write beautiful blog articles using Markdown inside your Laravel app.
👁 Build Status
👁 StyleCI
👁 License
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.
