https://github.com/rulilg/blogged
https://github.com/rulilg/blogged
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rulilg/blogged
- Owner: RuliLG
- License: mit
- Created: 2021-05-28T12:08:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T12:20:09.000Z (about 5 years ago)
- Last Synced: 2026-02-14T20:37:38.909Z (5 months ago)
- Language: SCSS
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Blogged
Write beautiful blog articles using Markdown inside your Laravel app.
# 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.

## 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.