parabellumkoval / backpack-feedback
Implement feedback API & CRUD for backpack
dev-main
2023-09-28 11:43 UTC
Requires
- backpack/crud: 4.1.*
- laravel/framework: ^8.0|^7.0|^6.0
This package is auto-updated.
Last update: 2025-02-28 14:42:18 UTC
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.