Skip to content

shynkaruck/backpack-feedback

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backpack-feedback

Build Status Coverage Status

Packagist Packagist Packagist

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

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%