antoniputra/ngeblog
Composer 安装命令:
composer require antoniputra/ngeblog
包简介
Quickstart Blogging for your brand-new or existing Laravel App.
README 文档
README
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.
Preview of Starter page.
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:
- Fork and clone the repo, then navigate to the project folder.
- Install dependencies:
composer install&npm install. - Run the app:
composer serve.
Asset Building:
- For development (rebuilds on save):
npm run watch
- Before pushing code (minified version):
npm run build
Credits
- Thanks to @arryanggaputra for the nice looking logo.
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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 antoniputra/ngeblog 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Laravel package for opinionated blog implementation
A Laravel-Nuxt starter project template.
Import an RSS-feed into blog
Appui DOM Interface
Faker provider for NumberNine CMS
A blog module for AsgardCMS.
统计信息
- 总下载量: 72
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-24
