PHPackages                             mariocoski/laravel-blogger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. mariocoski/laravel-blogger

ActiveProject[Search &amp; Filtering](/categories/search)

mariocoski/laravel-blogger
==========================

simple and elegant blog platform powered by Laravel

v0.1.3(8y ago)7348939[3 issues](https://github.com/mariocoski/laravel-blogger/issues)[1 PRs](https://github.com/mariocoski/laravel-blogger/pulls)MITPHPPHP &gt;=7.0CI failing

Since Feb 25Pushed 4y ago7 watchersCompare

[ Source](https://github.com/mariocoski/laravel-blogger)[ Packagist](https://packagist.org/packages/mariocoski/laravel-blogger)[ Docs](https://github.com/mariocoski/laravel-blogger)[ RSS](/packages/mariocoski-laravel-blogger/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (16)Versions (6)Used By (0)

Laravel-Blogger
===============

[](#laravel-blogger)

[![Build Status](https://camo.githubusercontent.com/3607dcae7bd3f02eee334c4bd21ac6dfd22848c2d20d24436911493ef8c993a4/68747470733a2f2f7472617669732d63692e6f72672f6d6172696f636f736b692f6c61726176656c2d626c6f676765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mariocoski/laravel-blogger)

Demo
----

[](#demo)

About
-----

[](#about)

Laravel-blogger is simple, easy-to-start blog platform powered by laravel framework, heavily inspired by [Canvas](https://canvas.toddaustin.io) blogging platform.

Current technologies include:

- [Semantic UI](http://semantic-ui.com/)
- [JQuery - Lazy Load](https://www.npmjs.com/package/jquery-lazyload)
- [TinyMCE](https://www.tinymce.com/)
- [Scout](https://github.com/laravel/scout)
- [ElasticSearch driver for full text-searching](https://github.com/ErickTamayo/laravel-scout-elastic)
- [Filemanager-Laravel](https://github.com/guillermomartinez/filemanager-laravel)
- [Laravel-Socialite](https://github.com/laravel/socialite)
- Powered by [Laravel 5](https://laravel.com).

Installation
------------

[](#installation)

Server Requirements Before you proceed make sure your server meets the following requirements:

Composer PHP &gt;= 7.0 PHP extensions (PDO, SQLite, OpenSSL, Mbstring, Tokenizer) PDO compliant database (SQL / MySQL / PostgreSQL / SQLite)

1. Two ways of downloading a project

- use github to clone a project: `git clone https://github.com/mariocoski/laravel-blogger`
- use a packagist: `composer create-project mariocoski/laravel-blogger`

2. Go to the root of your project and run `composer install`
3. Run `npm install` to install all front end dependencies
4. Run `gulp` to compile all the assets
5. Run `php artisan vendor:publish` to publish all vendor files
6. Make sure your storage and bootstrap have right permissions: `sudo chmod -R 777 ./storage ./bootstrap`
7. Make sure you have an env file copied `cp .env.example .env`
8. Install Elastic Search on your server by running shell script `sh elastic.sh` or following online solutions like: [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-16-04)
9. Run `php artisan blogger:install` to finish up the installation

Supporting
----------

[](#supporting)

Laravel-blogger is an MIT-licensed open source project available for free to download. All contribution are welcomed!

License
-------

[](#license)

Laravel-Blogger is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Why not to try install laravel-blogger now?
-------------------------------------------

[](#why-not-to-try-install-laravel-blogger-now)

- Fully featured dashboard for admin and editor

[![Laravel Blogger](/public/images/screenshot_dashboard.png?raw=true)](/public/images/screenshot_dashboard.png?raw=true)

- Easy to manage articles section

[![Laravel Blogger](/public/images/screenshot_articles.png?raw=true)](/public/images/screenshot_articles.png?raw=true)

- The most powerfull markdown editor - TinyMce

[![Laravel Blogger](/public/images/screenshot_article.png?raw=true)](/public/images/screenshot_article.png?raw=true)

- Fully featured media manager allows you to upload your images

[![Laravel Blogger](/public/images/screenshot_media_manager.png?raw=true)](/public/images/screenshot_media_manager.png?raw=true)

- Advanced settings section helps you to control your SEO, Google Analytics and Disqus Comments

[![Laravel Blogger](/public/images/screenshot_settings.png?raw=true)](/public/images/screenshot_settings.png?raw=true)

- Amazing, blazing fast full-text searching with Elastic Search

[![Laravel Blogger](/public/images/screenshot_search.png?raw=true)](/public/images/screenshot_search.png?raw=true)

- Responsive Layout

[![Laravel Blogger](/public/images/screenshot_mobile.png?raw=true)](/public/images/screenshot_mobile.png?raw=true)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~120 days

Total

3

Last Release

3174d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12540508?v=4)[Mariusz Rajczakowski](/maintainers/Mariocoski)[@mariocoski](https://github.com/mariocoski)

---

Top Contributors

[![lemon-mario](https://avatars.githubusercontent.com/u/118193341?v=4)](https://github.com/lemon-mario "lemon-mario (410 commits)")[![mariocoski](https://avatars.githubusercontent.com/u/12540508?v=4)](https://github.com/mariocoski "mariocoski (1 commits)")

---

Tags

blogbloggerblogselasticsearchlaravellaravel-bloggertinymcelaravelblogarticlesblogger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mariocoski-laravel-blogger/health.svg)

```
[![Health](https://phpackages.com/badges/mariocoski-laravel-blogger/health.svg)](https://phpackages.com/packages/mariocoski-laravel-blogger)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k169.0k9](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[eveseat/web

SeAT Web Interface

2623.4k149](/packages/eveseat-web)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
