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

ActivePackage

elephantpink/blog
=================

A simple blog package for Laravel 6.

040PHPCI failing

Since Jun 26Pushed 5y agoCompare

[ Source](https://github.com/Elephantpink/elephantpink-blog)[ Packagist](https://packagist.org/packages/elephantpink/blog)[ RSS](/packages/elephantpink-blog/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

elephantpink-blog
=================

[](#elephantpink-blog)

Install package
---------------

[](#install-package)

```
 composer require elephantpink/blog

```

Database: migrations and seeders
--------------------------------

[](#database-migrations-and-seeders)

```
 php artisan vendor:publish --tag=epink-blog-migrations

```

After this, you'll find the migrations under the main database/migrations folder.

In order to create the required tables run:

```
 php artisan migrate

```

If you want sample data on the database run:

```
 php artisan db:seed --class=BlogSeeder

```

Frontend
--------

[](#frontend)

In order to use these components you'll need to install the following node packages:

To do so execute:

```
 npm install lang.js laravel-mix-svg-vue svg-vue vue vue-template-compiler vue-router vuex vue-quill-editor vue-cropperjs

```

You can use directly the components from the vendor folder, or if you need to customize them, simply publish them to the resource folder:

```
 php artisan vendor:publish --tag=epink-blog-assets

```

This will create two separate "events" folders under resources/js and resources/sass.

#### Router import example:

[](#router-import-example)

```
import eventsAdminRoutes from './blog/router'

let routes = [other routes]

routes = routes.concat(blogAdminRoutes [, other router files ])

const router = new VueRouter({
  routes: routes
})

```

#### Store import example:

[](#store-import-example)

```
import Vue from 'vue'
import Vuex from 'vuex'
import blogStore from './blog/store'

Vue.use(Vuex)

const store = new Vuex.Store({
  modules: {
    blog: blogStore,
  },
  ...
})

```

#### Translations import example:

[](#translations-import-example)

```
import Lang from 'lang.js';
import blogTranslations from './blog/translations'

let lang = new Lang();
let fullTranslations = Object.assign({}, blogTranslations [, other translation files ])
lang.setMessages(fullTranslations)

```

#### Icons

[](#icons)

In order to use the svg-vue icons you should add the `laravel-mix-svg-vue` modify your webpack.mix.js file so it has the following content:

```
const mix = require('laravel-mix');
require('laravel-mix-svg-vue');

mix.js('resources/js/app.js', 'public/js')
   .sass('resources/sass/app.scss', 'public/css')
   .svgVue()

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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.

### Community

Maintainers

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

---

Top Contributors

[![dramireztorres](https://avatars.githubusercontent.com/u/54021082?v=4)](https://github.com/dramireztorres "dramireztorres (24 commits)")

### Embed Badge

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

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

PHPackages © 2026

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