ken/laravel-voyager-blog
Composer 安装命令:
composer require ken/laravel-voyager-blog
包简介
Create a blog very easy with litepie Blog & laravel voyager
README 文档
README
Voyager - The Missing Laravel Admin
Made with ❤️ by The Control Group
Website & Documentation: https://laravelvoyager.com
Video Tutorial Here: https://laravelvoyager.com/academy/
Join our Slack chat: https://voyager-slack-invitation.herokuapp.com/
View the Voyager Cheat Sheet: https://voyager-cheatsheet.ulties.com/
Laravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete) & Blog, supporting Laravel 5.4 and newer! Build with Voyager Admin Package & ready update if voyager updateInstallation Steps
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 & 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.
and adding
Ken\Blog\LitepieServiceProvider::class,
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: https://laravel-news.com/laravel-5-4-key-too-long-error
And we're all good to go!
Start up a local development server with php artisan serve And, visit http://localhost:8000/your/dashboard for akses admin page
Thanks to the control group
ken/laravel-voyager-blog 适用场景与选型建议
ken/laravel-voyager-blog 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 286 次下载、GitHub Stars 达 8, 最近一次更新时间为 2017 年 10 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「voyager」 「litepie」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ken/laravel-voyager-blog 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ken/laravel-voyager-blog 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ken/laravel-voyager-blog 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Hooks integrated in Voyager
Tiptap WYSIWYG editor for Voyager II
Voyager application installer.
The Missing Front-end for The Missing Laravel Admin.
Alfabank REST API integration
The Litepie User package.
统计信息
- 总下载量: 286
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-15