PHPackages                             devanny/quickblog - 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. devanny/quickblog

ActiveLibrary[Framework](/categories/framework)

devanny/quickblog
=================

This is a package to quickly create a simple blog application

1.0.x-dev(5y ago)114[1 PRs](https://github.com/anny21/quickblog/pulls)MITBlade

Since Jan 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/anny21/quickblog)[ Packagist](https://packagist.org/packages/devanny/quickblog)[ RSS](/packages/devanny-quickblog/feed)WikiDiscussions 1.0 Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

About QuickBlog
---------------

[](#about-quickblog)

Quickblog is a laravel package for creating quick and fast blog for your application, It includes:

- Auth config to restrict pages
- Categories
- Tags
- Blog view that can be customized to your desire and
- Blog banner upload

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

[](#installation)

```
composer require devanny/quickblog

```

After installation publish vendor files and run migration
---------------------------------------------------------

[](#after-installation-publish-vendor-files-and-run-migration)

```
php artisan vendor:publish --provider="Devanny\QuickBlog\QuickBlogServiceProvider" --tag="blog"

php artisan migrate

php artisan storage:link

```

Config
------

[](#config)

```
*** if you will be using authentication.. open config/quickblog and change auth value to 'Auth' ***

config/quickblog.php

//default
'auth' => '',

//with authentication
'auth' => 'Auth',

```

Routes
------

[](#routes)

```
/posts - Get all blog posts
/categories - Get all Categories and create new category
/tags - Get all Tags and create new tag

```

### Premium Partners

[](#premium-partners)

- Non yet

Contributors
------------

[](#contributors)

- [anny21](https://github.com/anny21)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1942d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10016889?v=4)[Devanny](/maintainers/Devanny)[@Devanny](https://github.com/Devanny)

---

Top Contributors

[![anny21](https://avatars.githubusercontent.com/u/34449508?v=4)](https://github.com/anny21 "anny21 (43 commits)")

### Embed Badge

![Health badge](/badges/devanny-quickblog/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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