PHPackages                             paladindigital/blog - 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. [Framework](/categories/framework)
4. /
5. paladindigital/blog

ActiveLibrary[Framework](/categories/framework)

paladindigital/blog
===================

Laravel Blogging Package

v0.2.1(8y ago)08PHP

Since Feb 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/PaladinDigital/blog)[ Packagist](https://packagist.org/packages/paladindigital/blog)[ RSS](/packages/paladindigital-blog/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Blog Package
============

[](#blog-package)

Status: Pre-release (Code may be subject to breaking changes).

This package provides the resources necessary to create a blog.

Requirements
------------

[](#requirements)

- Laravel 5 (Tested from 5.5+).

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

[](#installation)

Add the package:

```
composer require "paladindigital/blog"

```

Run the migrations:

```
php artisan migrate

```

Add the filesystem to store blog images (the root can be adjusted as needed):

config/filesystems.php

```
'blog' => [
    'driver' => 'local',
    'root' => public_path('images/blog'),
    'visibility' => 'public',
],

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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 ~2 days

Total

3

Last Release

3062d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67824c3c557abf0cb50a016dabacfc64c2af69b5cd765c2895445f21fb499ae0?d=identicon)[davidcraig](/maintainers/davidcraig)

![](https://avatars.githubusercontent.com/u/23551537?v=4)[Paladin Digital](/maintainers/PaladinDev)[@PaladinDev](https://github.com/PaladinDev)

---

Tags

bloglaravelpackage

### Embed Badge

![Health badge](/badges/paladindigital-blog/health.svg)

```
[![Health](https://phpackages.com/badges/paladindigital-blog/health.svg)](https://phpackages.com/packages/paladindigital-blog)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[vanilo/framework

E-commerce Framework for Laravel

86569.7k4](/packages/vanilo-framework)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[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)[nasirkhan/module-manager

Module Manager &amp; Generator for Laravel Starter Kit (https://github.com/nasirkhan/laravel-starter)

1043.4k5](/packages/nasirkhan-module-manager)

PHPackages © 2026

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