antoniputra/ngeblog 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

antoniputra/ngeblog

Composer 安装命令:

composer require antoniputra/ngeblog

包简介

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

README 文档

README

GitHub Actions Workflow Status License

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

  • BlogPost with Tiptap Editor.
  • Tagging feature.
  • Dashboard.
  • Starter Page.
  • and more...

Screenshot

Preview of Dashboard page.

Ngeblog Screenshot

Preview of Starter page.

Ngeblog Screenshot

Installation

composer require antoniputra/ngeblog

Resolve the installation:

php artisan ngeblog:install

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

Go to your .env and put new key value:

NGEBLOG_PATH='blog-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

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:

  • Laravel 11
  • Pest, Testbench

Front-end Dependencies:

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

Steps to Contribute:

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

Asset Building:

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

Credits

License

Ngeblog is open-sourced software licensed under the MIT license.

Built with love by @antoni_putra12 and made better by you.

antoniputra/ngeblog 适用场景与选型建议

antoniputra/ngeblog 是一款 基于 Vue 开发的 Composer 扩展包,目前已累计 72 次下载、GitHub Stars 达 18, 最近一次更新时间为 2017 年 10 月 24 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「blog」 「laravel」 「SPA」 「vue」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 antoniputra/ngeblog 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 antoniputra/ngeblog 我们能提供哪些服务?
定制开发 / 二次开发

基于 antoniputra/ngeblog 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 72
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 18
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 18
  • Watchers: 1
  • Forks: 11
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-10-24