PHPackages                             allofapiece/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. [Admin Panels](/categories/admin)
4. /
5. allofapiece/blog

ActiveLibrary[Admin Panels](/categories/admin)

allofapiece/blog
================

A nice blog system with laravel and laravelpanel

2.1(6y ago)05MITCSSPHP &gt;=5.4.0

Since Jul 13Pushed 6y agoCompare

[ Source](https://github.com/allofapiece/blog)[ Packagist](https://packagist.org/packages/allofapiece/blog)[ RSS](/packages/allofapiece-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

blog
====

[](#blog)

A nice blog system with laravel 5 and laravelpanel

Demo
----

[](#demo)

You can check the [live demo here](http://demo.serverfire.net/blog) and [live admin demo here](http://demo.serverfire.net/panel) . User: Pass: 12345

Screen shot
-----------

[](#screen-shot)

- This is a custom CRUD with few lines of code : [![Gallery](https://camo.githubusercontent.com/7d3aec67a6e4c9fa13537b9978d04889389afe8f4676c6a0ddf4ba841029df04/687474703a2f2f6c61726176656c70616e656c2e636f6d2f6173736574732f696d672f6372656174652d67616c6c6572792d322e706e67)](https://camo.githubusercontent.com/7d3aec67a6e4c9fa13537b9978d04889389afe8f4676c6a0ddf4ba841029df04/687474703a2f2f6c61726176656c70616e656c2e636f6d2f6173736574732f696d672f6372656174652d67616c6c6572792d322e706e67)[![dashboard of panel](https://raw.githubusercontent.com/serverfireteam/panel/master/public/img/serverfire-panel-dashboard.jpg)](https://raw.githubusercontent.com/serverfireteam/panel/master/public/img/serverfire-panel-dashboard.jpg)[![Edit Pages](https://raw.githubusercontent.com/serverfireteam/panel/master/public/img/serverfire-panel-crud-edit.jpg)](https://raw.githubusercontent.com/serverfireteam/panel/master/public/img/serverfire-panel-crud-edit.jpg)

\##Installations for laravel 5 Note: if you face any problem in any of the steps you should report it at [github](https://github.com/serverfireteam/blog/issues/new)

1. First you need to create a laravel 5 project
2. Add our package to require section of composer : for laravel 5.2

    ```
    {
        "require": {
            "serverfireteam/blog": "2.*"
        },
    }
    ```

    for laravel 5.1

    ```
    {
        "require": {
            "serverfireteam/blog": "1.*"
        },
    }
    ```
3. composer update
4. Add the ServiceProvider of the package to the list of providers in the config/app.php file

    ```
    'providers' => array(
        'Serverfireteam\Blog\BlogServiceProvider'
    )
    ```
5. Run the following command in order to publish configs, views and assets.

    ```
    php artisan blog:install
    ```
6. Go to your domain.com/panel and you can login with the following username and password :

    user : password : 12345
7. check your blog at domain.com/blog

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~757 days

Total

3

Last Release

2438d ago

Major Versions

1.0 → 2.02016-01-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/2341960a10a360e4c3efc59d28810462f7e2d83f4f0af70546d6c8a09a8856eb?d=identicon)[allofapiece](/maintainers/allofapiece)

---

Top Contributors

[![alenoosh](https://avatars.githubusercontent.com/u/13883?v=4)](https://github.com/alenoosh "alenoosh (6 commits)")[![dschreck](https://avatars.githubusercontent.com/u/2351265?v=4)](https://github.com/dschreck "dschreck (2 commits)")[![hamid](https://avatars.githubusercontent.com/u/1645233?v=4)](https://github.com/hamid "hamid (1 commits)")[![jalvarado91](https://avatars.githubusercontent.com/u/1750392?v=4)](https://github.com/jalvarado91 "jalvarado91 (1 commits)")[![manshu](https://avatars.githubusercontent.com/u/2611283?v=4)](https://github.com/manshu "manshu (1 commits)")[![siavash13](https://avatars.githubusercontent.com/u/5511686?v=4)](https://github.com/siavash13 "siavash13 (1 commits)")

---

Tags

laravelcmsblogbackendadminadministrator

### Embed Badge

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

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

###  Alternatives

[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)

PHPackages © 2026

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