PHPackages                             devuniverse/laravel-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. devuniverse/laravel-blog

ActiveLibrary

devuniverse/laravel-blog
========================

A blog package for Laravel

v2.1.0(5y ago)08MITPHPPHP ^7.4

Since Nov 5Pushed 5y agoCompare

[ Source](https://github.com/devuniverse/laravel-blog)[ Packagist](https://packagist.org/packages/devuniverse/laravel-blog)[ Docs](https://github.com/wingsline/blog)[ RSS](/packages/devuniverse-laravel-blog/feed)WikiDiscussions 2.x Synced today

READMEChangelogDependencies (17)Versions (19)Used By (0)

Blog
====

[](#blog)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0e444afee6e9ee0d71e206946c18da3cc5d70055219281188fda81d5777abcd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77696e67736c696e652f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wingsline/blog)[![Total Downloads](https://camo.githubusercontent.com/ea9f2a5b612e25402b7cad6ac2fb2b0ff3b67bc445da64f2c93b2136fc87823e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696e67736c696e652f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wingsline/blog)[![Build Status](https://camo.githubusercontent.com/f68f26885401f2b6353157942121a901e345dba2ebe369052797b720d07e0950/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f77696e67736c696e652f6c61726176656c2d626c6f672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/wingsline/laravel-blog)[![StyleCI](https://camo.githubusercontent.com/baac7a68708fa325568682a6c6a4b1615241aad338d68e7b96857ef12088f257/68747470733a2f2f7374796c6563692e696f2f7265706f732f3231393631313234382f736869656c64)](https://styleci.io/repos/219611248)[![Quality Score](https://camo.githubusercontent.com/fbc180a29043fb3c17b26f82fb13ba31bce148df14c94adfffc011ddfa4db4ad/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f77696e67736c696e652f6c61726176656c2d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/wingsline/laravel-blog)

A simple blog package written for Laravel. Take a look at [contributing.md](contributing.md) to see a to do list.

[![Admin dashboard screenshot](https://camo.githubusercontent.com/c5ceda12f9ed77f8987ad565b0acfcaf16ee43ed2e466ced6cc2066abb969248/68747470733a2f2f77696e67736c696e652e6e65742f65787465726e616c2d6173736574732f6c61726176656c2d626c6f672d61646d696e2d6f766572766965772e706e67)](https://camo.githubusercontent.com/c5ceda12f9ed77f8987ad565b0acfcaf16ee43ed2e466ced6cc2066abb969248/68747470733a2f2f77696e67736c696e652e6e65742f65787465726e616c2d6173736574732f6c61726176656c2d626c6f672d61646d696e2d6f766572766965772e706e67)

Documentation
-------------

[](#documentation)

To learn all about it head over to [the extensive documentation](https://wingsline.net/docs/laravel-blog/) page.

Version Compatibility
---------------------

[](#version-compatibility)

LaravelBlog6.x1.x7.x2.xInstallation
------------

[](#installation)

Via Composer

```
composer require wingsline/blog
```

Clone the your theme or the default theme into the theme folder:

```
git clone https://github.com/wingsline/blog-theme.git theme
```

Configure the Laravel installation, making sure the cache driver supports tags and the database is configured.

The default admin url is `/admin`, customize with the `ADMIN_PREFIX` in your `.env` file.

Run the installer:

```
php artisan blog:install
```

The installer will publish the blog assets, default configuration files. Also it will migrate the database.

Usage
-----

[](#usage)

You can access your blog admin interface at `https://example.com/admin`.

Default login:

- Username: `admin@example.com`
- Password: `admin123`

The admin uses [EasyMde](https://github.com/Ionaru/easy-markdown-editor) as the content editor with the [michelf/php-markdown](https://github.com/michelf/php-markdown) parser.

### Uploading images

[](#uploading-images)

For existing posts you can upload or drag and drop images (png, jpg) in the editor.

For new posts, you need to save the post first before uploading an image.

Other filetype uploads currently are not supported.

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todo list.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Arpad Olasz](https://github.com/wingsline)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~24 days

Total

18

Last Release

1959d ago

Major Versions

v1.2.6 → v2.0.02020-09-08

PHP version history (2 changes)1.x-devPHP ^7.3

v2.0.0PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/e649a7023045f5f55de905991070b6d041cfa56fb44eacc80c58ac97d3e7c0b1?d=identicon)[devuniverse](/maintainers/devuniverse)

---

Top Contributors

[![wingsline](https://avatars.githubusercontent.com/u/294228?v=4)](https://github.com/wingsline "wingsline (102 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![edbrk](https://avatars.githubusercontent.com/u/31439728?v=4)](https://github.com/edbrk "edbrk (5 commits)")[![devuniverse](https://avatars.githubusercontent.com/u/45764367?v=4)](https://github.com/devuniverse "devuniverse (1 commits)")

---

Tags

laravelblog

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M101](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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