PHPackages                             ken/laravel-voyager-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. ken/laravel-voyager-blog

ActiveLibrary[Admin Panels](/categories/admin)

ken/laravel-voyager-blog
========================

Create a blog very easy with litepie Blog &amp; laravel voyager

0.6(8y ago)82868[3 issues](https://github.com/kenhyuwa/laravel-voyager-blog/issues)MITPHP

Since Oct 15Pushed 8y ago2 watchersCompare

[ Source](https://github.com/kenhyuwa/laravel-voyager-blog)[ Packagist](https://packagist.org/packages/ken/laravel-voyager-blog)[ Docs](https://litepie.com)[ RSS](/packages/ken-laravel-voyager-blog/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

[![](https://camo.githubusercontent.com/ceeec0cf14351e3a25e3cef5426dd36d7749cc00650df3ad1920c0ae241046ed/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722e706e67)](https://the-control-group.github.io/voyager/)

[![Build Status](https://camo.githubusercontent.com/cd599154667a38899b1e1ae8a0e9f54895774ef87229ea0d254935d409d71d27/68747470733a2f2f7472617669732d63692e6f72672f7468652d636f6e74726f6c2d67726f75702f766f79616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/the-control-group/voyager)[![Build Status](https://camo.githubusercontent.com/653f40e052c8a90103b5a9a5c483eb8b5982a191f60e7bc67770e378e3a8c577/68747470733a2f2f7374796c6563692e696f2f7265706f732f37323036393430392f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/72069409/shield?style=flat)[![Total Downloads](https://camo.githubusercontent.com/ac86ce24150e8564f3db0d85f508fa610d295bb564af288477b252589adea704/68747470733a2f2f706f7365722e707567782e6f72672f7463672f766f79616765722f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/tcg/voyager)[![Latest Stable Version](https://camo.githubusercontent.com/ce8aac51e1fa7ecabadded43627182ecb6b736f55844fff7708c40cc097fb9b1/68747470733a2f2f706f7365722e707567782e6f72672f7463672f766f79616765722f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/tcg/voyager)[![License](https://camo.githubusercontent.com/e6ae1efd58b34a422743b8e86d221b81bd1a9d463cc00504352895e97dca8466/68747470733a2f2f706f7365722e707567782e6f72672f7463672f766f79616765722f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/tcg/voyager)[![Awesome Voyager](https://camo.githubusercontent.com/2727609d8bfde9ba1a95be1449eb878bfafa4d76789ba05661857e2c8ac70fa1/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e647265736f726875732f617765736f6d652f643733303566333864323966656437386661383536353265336136336531353464643865383832392f6d656469612f62616467652e737667)](https://github.com/larapack/awesome-voyager)

**V**oyager - The Missing Laravel Admin
=======================================

[](#voyager---the-missing-laravel-admin)

Made with ❤️ by [The Control Group](https://www.thecontrolgroup.com)

[![Voyager Screenshot](https://camo.githubusercontent.com/db4ab326d29dcd7ba338cfdb211d80468c31b2ce211b45b606637059d2f89c75/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722d73637265656e73686f742e706e67)](https://camo.githubusercontent.com/db4ab326d29dcd7ba338cfdb211d80468c31b2ce211b45b606637059d2f89c75/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722d73637265656e73686f742e706e67)

Website &amp; Documentation:

Video Tutorial Here:

Join our Slack chat:

View the Voyager Cheat Sheet:

---

 [![](https://camo.githubusercontent.com/58df67bec99b3279622b32cb3ab972b9680781f4a85a5fa49254971ab841fbaa/68747470733a2f2f692e696d6775722e636f6d2f795650333972512e706e67)](https://camo.githubusercontent.com/58df67bec99b3279622b32cb3ab972b9680781f4a85a5fa49254971ab841fbaa/68747470733a2f2f692e696d6775722e636f6d2f795650333972512e706e67)

Laravel Admin &amp; BREAD System (Browse, Read, Edit, Add, &amp; Delete) &amp; Blog, supporting Laravel 5.4 and newer! Build with Voyager Admin Package &amp; ready update if voyager update Installation Steps
------------------

[](#installation-steps)

### 1. Require the Package

[](#1-require-the-package)

After creating your new Laravel application you can include the Voyager package with the following command:

```
composer require ken/laravel-voyager-blog
```

### 2. Add the DB Credentials &amp; APP\_URL

[](#2-add-the-db-credentials--app_url)

Next make sure to create a new database and add your database credentials to your .env file:

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

LITEPIE_PREFIX=your/dashboard
LITEPIE_NAME=litepie
LITEPIE_APP_NAME=litepie
LITEPIE_DESCRIPTION="Description Your App"
LITEPIE_BUILDING="Jakarta, Indonesia"

```

You will also want to update your website URL inside of the `APP_URL` variable inside the .env file:

```
APP_URL=http://localhost:8000

```

> Only if you are on Laravel 5.4 will you need to [Add the Service Provider.](https://voyager.readme.io/docs/adding-the-service-provider)

and adding

```
Ken\Blog\LitepieServiceProvider::class,

```

### 3. Automaticly Install Voyager

[](#3-automaticly-install-voyager)

```
php artisan litepieweb:install

```

open config/voyager.php and change like this

```
'additional_css' => [
   'vendor/litepie/css/custom.css',
],

'additional_js' => [
   'vendor/litepie/js/tinymce.min.js',
],

```

> Troubleshooting: **Specified key was too long error**. If you see this error message you have an outdated version of MySQL, use the following solution:

And we're all good to go!

Start up a local development server with `php artisan serve` And, visit  for akses admin page

Thanks to the control group

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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 ~4 days

Total

6

Last Release

3114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95446e8ca567db045101811187bc6c73a34c4a55ef794a34ab99eab75102e7df?d=identicon)[kenhyuwa](/maintainers/kenhyuwa)

---

Top Contributors

[![kenhyuwa](https://avatars.githubusercontent.com/u/17788063?v=4)](https://github.com/kenhyuwa "kenhyuwa (6 commits)")

---

Tags

laravelvoyagerlitepie

### Embed Badge

![Health badge](/badges/ken-laravel-voyager-blog/health.svg)

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

###  Alternatives

[joy/voyager-datatable

joy voyager datatable

1538.1k43](/packages/joy-voyager-datatable)

PHPackages © 2026

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