An open API service indexing awesome lists of open source software.

https://github.com/rulilg/blogged


https://github.com/rulilg/blogged

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          




Blogged


Write beautiful blog articles using Markdown inside your Laravel app.


Build Status
StyleCI
License




# Blogged 🖍

**NOTE: This package is original from [Saleem Hadad](https://github.com/saleem-hadad/blogged), 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](https://blogged.binarytorch.com.my/blog) 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.

![blogged](https://blogged.binarytorch.com.my/blogged-showcase.png)

## 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](https://blogged.binarytorch.com.my/docs)

## License

This library is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.