PHPackages                             antoniputra/ngeblog - 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. antoniputra/ngeblog

ActiveLibrary[Framework](/categories/framework)

antoniputra/ngeblog
===================

Quickstart Blogging for your brand-new or existing Laravel App.

v2.0.0(2y ago)1872MITPHP ^8.2

Since Oct 27Compare

[ Source](https://github.com/antoniputra/ngeblog)[ Packagist](https://packagist.org/packages/antoniputra/ngeblog)[ Docs](https://github.com/antoniputra/ngeblog)[ RSS](/packages/antoniputra-ngeblog/feed)WikiDiscussions Synced 2w ago

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

[![](https://raw.githubusercontent.com/antoniputra/ngeblog/main/art/logo.png)](https://github.com/antoniputra/ngeblog)

 [![GitHub Actions Workflow Status](https://camo.githubusercontent.com/b57e38929fe46cfecbd9d26b55c5305c35d17fe9c2fd9942e3b4ff6f01174bdb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e746f6e6970757472612f6e6765626c6f672f74657374732e796d6c)](https://github.com/antoniputra/ngeblog/actions/workflows/tests.yml) [![License](https://camo.githubusercontent.com/505ebaf05ac511d61c44ac86b06c0f9382d204ba6fe4265fcc44495efbbc170a/68747470733a2f2f706f7365722e707567782e6f72672f616e746f6e6970757472612f6e6765626c6f672f6c6963656e73652e737667)](https://packagist.org/packages/antoniputra/ngeblog)

Ngeblog
=======

[](#ngeblog)

It helps you to quickly set up a simple **Blogging System** for your existing or brand-new Laravel application. Ngeblog provides a simple and elegant admin panel built with `Vue` and `Daisy UI` as a **Modern SPA App**.

### Features

[](#features)

- BlogPost with [Tiptap Editor](https://tiptap.dev).
- Tagging feature.
- Dashboard.
- Starter Page.
- and more...

### Screenshot

[](#screenshot)

#### Preview of Dashboard page.

[](#preview-of-dashboard-page)

 [ ![Ngeblog Screenshot](https://raw.githubusercontent.com/antoniputra/ngeblog/main/art/preview-dashboard.png) ](https://raw.githubusercontent.com/antoniputra/ngeblog/main/art/preview-dashboard.png)

#### Preview of Starter page.

[](#preview-of-starter-page)

 [ ![Ngeblog Screenshot](https://raw.githubusercontent.com/antoniputra/ngeblog/main/art/preview-starter-page.png) ](https://raw.githubusercontent.com/antoniputra/ngeblog/main/art/preview-starter-page.png)

Installation
------------

[](#installation)

```
composer require antoniputra/ngeblog
```

Resolve the installation:

```
php artisan ngeblog:install
```

Configuration
-------------

[](#configuration)

After installation, by default will provide an admin panel at `https://your-web.test/ngeblog` and only available for authenticated user.

Follow below section to customize as you wish.

### Change Admin Panel URL

[](#change-admin-panel-url)

Go to your `.env` and put new key value:

```
NGEBLOG_PATH='blog-admin-panel'
```

### Protect Admin Panel

[](#protect-admin-panel)

You can add your own protection logic like below:

```
// App/Providers/AppServiceProvider.php

Gate::define('accessNgeblogAdmin', function ($user) {
	return in_array($user->email, [
		// list of whitelisted emails...
	]);
});
```

Contributing Guide
------------------

[](#contributing-guide)

I glad to see you here on this section. Whether you're a seasoned developer or new to open source, your participation is valuable. Let's collaborate and learn together! 🚀

Follow the steps below to get started.

### Back-end Dependencies:

[](#back-end-dependencies)

- Laravel 11
- Pest, Testbench

### Front-end Dependencies:

[](#front-end-dependencies)

- Vue 3 &amp; VueRouter (script-setup)
- Tailwind &amp; DaisyUI.
- Tiptap Editor, HeadlessUI, VueUse, FloatingUI.

### Steps to Contribute:

[](#steps-to-contribute)

1. Fork and clone the repo, then navigate to the project folder.
2. Install dependencies: `composer install` &amp; `npm install`.
3. Run the app: `composer serve`.

### Asset Building:

[](#asset-building)

- For development (rebuilds on save): ```
    npm run watch
    ```
- Before pushing code (minified version): ```
    npm run build
    ```

Credits
-------

[](#credits)

- Thanks to [@arryanggaputra](https://github.com/arryanggaputra) for the nice looking logo.

License
-------

[](#license)

**Ngeblog** is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

Built with love by @antoni\_putra12 and made better by you.

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

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

Recently: every ~591 days

Total

6

Last Release

811d ago

Major Versions

v1.1.2 → v2.0.0-beta2024-04-29

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v2.0.0-betaPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cbdf243a07623d877fe5dd3afffc46bacff70240a3710a477011851a5958c8e?d=identicon)[antoniputra](/maintainers/antoniputra)

---

Tags

laravelblogvueSPA

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/antoniputra-ngeblog/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M350](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M988](/packages/laravel-socialite)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M306](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M218](/packages/laravel-mcp)[laravel/surveyor

Static analysis tool for Laravel applications.

89157.7k16](/packages/laravel-surveyor)

PHPackages © 2026

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