devanny / quickblog
这是一个快速创建简单博客应用的包
1.0.x-dev
2021-01-22 14:59 UTC
This package is auto-updated.
Last update: 2024-09-27 20:08:55 UTC
README
Quickblog 是一个用于快速创建博客应用的 Laravel 扩展包,它包括
- 认证配置以限制页面
- 分类
- 标签
- 可以自定义的博客视图
- 博客横幅上传
安装
composer require devanny/quickblog
安装后,发布供应商文件并运行迁移
php artisan vendor:publish --provider="Devanny\QuickBlog\QuickBlogServiceProvider" --tag="blog"
php artisan migrate
php artisan storage:link
配置
*** if you will be using authentication.. open config/quickblog and change auth value to 'Auth' ***
config/quickblog.php
//default
'auth' => '',
//with authentication
'auth' => 'Auth',
路由
/posts - Get all blog posts
/categories - Get all Categories and create new category
/tags - Get all Tags and create new tag
高级合作伙伴
- 尚未有
贡献者
许可
该库是开源软件,许可协议为 MIT 许可。