parabellumkoval / backpack-tag
Implement Tags API & MYSQL for backpack
0.1.x-dev
2025-01-29 17:42 UTC
Requires
- php: ^7.3|^8.0
- backpack/crud: 4.1.*
- laravel/framework: ^8.75
- parabellumkoval/request-data: 0.1.x-dev
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: *
README
This package provides a quick starter kit for implementing tag for Laravel Backpack. Provides a database, CRUD interface, API routes and more.
Installation
Install via composer
composer require parabellumKoval/backpack-tag
Migrate
php artisan migrate
Publish
Configuration File
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="config"
Views File
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="views"
Migrations File
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="migrations"
Routes File
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="routes"
Usage
Seeders
php artisan db:seed --class="Backpack\Tag\database\seeders\tageeder"
Security
If you discover any security related issues, please email instead of using the issue tracker.