technobureau / blog
TechnoBureau 博客查看和完整认证系统。
dev-master
2021-08-07 18:13 UTC
Requires
- php: ^7.3|^8.0
- illuminate/console: ^8.42
- illuminate/filesystem: ^8.42
- illuminate/support: ^8.42
- illuminate/validation: ^8.42
- technobureau/ui: dev-master
This package is auto-updated.
Last update: 2024-09-08 00:52:56 UTC
README
官方文档
支持版本
只有 TechnoBureau UI 的最新主要版本才会修复错误。下表列出了兼容的 Laravel 版本
安装
为 Laravel 框架安装 Blog 模板和相关后端包。
composer require technobureau/blog
首先执行 laravel/ui 和 technobureau/ui 认证命令进行初始化
php artisan ui bootstrap --auth php artisan ui technobureau --auth
一旦安装了 technobureau/blog
包,您可以使用 ui
Artisan 命令安装前端脚手架
// Generate blog scaffolding... php artisan ui tb-blog
许可证
Laravel UI 是开源软件,许可协议为 MIT 许可证。查看许可证.