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

ActiveLibrary[Framework](/categories/framework)

newbranding/blog
================

Blog for Laravel 5

1.6.2(5y ago)21131MITJavaScriptCI failing

Since Dec 16Pushed 5y ago2 watchersCompare

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

READMEChangelog (7)Dependencies (5)Versions (11)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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 72.4% 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 ~207 days

Recently: every ~2 days

Total

10

Last Release

1936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (21 commits)")[![ismaeloku](https://avatars.githubusercontent.com/u/12527780?v=4)](https://github.com/ismaeloku "ismaeloku (8 commits)")

---

Tags

laravellaravel 5blog

### Embed Badge

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

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

###  Alternatives

[austintoddj/canvas

A Laravel publishing platform

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

Open source Marketplace Platform

8185.2k](/packages/marketplacekit-marketplacekit)[flex/blog

An Elegant Blog System

1231.1k](/packages/flex-blog)

PHPackages © 2026

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