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

ActiveLibrary[Framework](/categories/framework)

newbrandingdev/blog
===================

Blog for Laravel 5

1.0.6(5y ago)019MITJavaScript

Since Feb 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/anselmi-dev/newbranding-blog)[ Packagist](https://packagist.org/packages/newbrandingdev/blog)[ RSS](/packages/newbrandingdev-blog/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Blog Package for Laravel 5
==========================

[](#blog-package-for-laravel-5)

Custom Blog Package for Laravel 5

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

[](#requirements)

**Dimsav: Translator**:

**Mcamara Laravel Localization**:

**Cviebrock Eloquent-Sluggable**:

**Yajra Laravel Datatables**:

All the packages will be installed automatically if you don't have it.

Instructions
------------

[](#instructions)

Create a folder inside app called **Blog** and the create inside the folders: **Controllers** and **Models**. Folder Structure:

```
   -app
    -Blog (You can change this name on configuration file blog.php)
        -Controllers
        -Models

```

Publish configuration and Public Files
--------------------------------------

[](#publish-configuration-and-public-files)

First, you need to publish the configuration file. This, will create a *blog.php* in your config folder. Publish the configuration with next command: `php artisan vendor:publish`

Creating Migrations
-------------------

[](#creating-migrations)

You will be able to create the migration file. Just call his command: `php artisan newbranding:blog migrate`. This will call for create your custom migration file on *database/migrations/* with your options. And ask you to migrate this file.

Creating Models
---------------

[](#creating-models)

You should create the models with the following command: `php artisan newbranding:blog models`. This will generate all your Models in the folders with your custom names.

### User Model

[](#user-model)

**Important!** You must modify your User model and copy the function created by the previus command.

Creating Controllers
--------------------

[](#creating-controllers)

You should create the controllers with the following command: `php artisan newbranding:blog controllers`. This will generate all the Controllers in the folders with your custom names. We can use it inside the pacakage because you can create dynamic modules

Creating Requests
-----------------

[](#creating-requests)

You should create the requests files with the following command: `php artisan newbranding:blog requests`. This will create all Requests needed for the package.

\##ToDo \*Add a better readme

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Every ~0 days

Total

7

Last Release

1930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12de0c7af2a64ef5f0c66e394f86f667d7862a89cd66e9c65106800957b9a378?d=identicon)[alzheimer](/maintainers/alzheimer)

---

Top Contributors

[![anselmi-dev](https://avatars.githubusercontent.com/u/12992403?v=4)](https://github.com/anselmi-dev "anselmi-dev (11 commits)")

---

Tags

laravellaravel 5blog

### Embed Badge

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

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

###  Alternatives

[austintoddj/canvas

A Laravel publishing platform

3.4k120.6k](/packages/austintoddj-canvas)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)

PHPackages © 2026

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