parabellumkoval/backpack-tag

Implement Tags API & MYSQL for backpack

0.1.x-dev 2025-01-29 17:42 UTC

This package is auto-updated.

Last update: 2025-03-01 00:42:34 UTC


README

Build Status Coverage Status

Packagist Packagist Packagist

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.

Credits