raullg / blogged
Write gorgeous articles for your Laravel applications using MarkDown
Requires
- erusev/parsedown-extra: ^0.8.1
- illuminate/support: ^8.0
- mews/purifier: ^3.1
- mockery/mockery: ^1.3
- symfony/dom-crawler: ^4.1|^5.0
Requires (Dev)
- laravel/framework: ^8.12
- orchestra/database: ^4.0|^5.0|^6.0
- orchestra/testbench: ^4.0|^5.0|^6.0
- phpunit/phpunit: ^8.0|^9.0
README
Blogged
Write beautiful blog articles using Markdown inside your Laravel app.
Blogged 🖍
NOTE: This package is original from Saleem Hadad, although I had to modify the composer.json to work on Laravel 8. All the credits are for him <3
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.