parabellumkoval/backpack-feedback
最新稳定版本:v0.1.1
Composer 安装命令:
composer require parabellumkoval/backpack-feedback
包简介
Implement feedback API & CRUD for backpack
README 文档
README
This package provides a quick starter kit for implementing reviews for Laravel Backpack. Provides a database, CRUD interface, API routes and more.
Installation
Install via composer
composer require parabellumKoval/backpack-feedback
Migrate
php artisan migrate
Publish
Configuration File
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="config"
Views File
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="views"
Migrations File
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="migrations"
Routes File
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="routes"
Usage
Seeders
php artisan db:seed --class="Backpack\Feedback\database\seeders\FeedbackSeeder"
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
统计信息
- 总下载量: 222
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-30