PHPackages                             vadiasov/tags - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. vadiasov/tags

ActiveLibrary[Admin Panels](/categories/admin)

vadiasov/tags
=============

Laravel package to create Tags, to create CRUD actions with them in administrative panel.

1.1.0(8y ago)022MITHTMLPHP &gt;=7.0

Since Feb 19Pushed 8y agoCompare

[ Source](https://github.com/vadiasov/tags)[ Packagist](https://packagist.org/packages/vadiasov/tags)[ RSS](/packages/vadiasov-tags/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Tags
------------

[](#laravel-tags)

This package creates plain tags CRUD pages for tags in administrative panel.

It includes a ServiceProvider to register the package and attach it to the output. It includes migrations to create DB roles. You can publish seeds and use it to create demo tags. It includes views of the CRUD pages (blade sections).

Installation
------------

[](#installation)

Add the package to root composer.json:

```
"require": {
        ...
        "vadiasov/tags": "^1.0",
  }

```

Then run:

```
composer update

```

Register package in config/app.php

```
'providers' => [
        /*
         * Package Service Providers...
         */
        Vadiasov\Tags\TagsServiceProvider::class,

```

Create model:

```
php artisan make:model Tag

```

Publish migrations and seeds. Run:

```
php artisan vendor:publish

```

and enter appropriate number of this package (see terminal output after last command).

Migrate:

```
php artisan migrate

```

Seed if you need demo data:

```
php artisan db:seed class=TagsSeeder

```

Routes
------

[](#routes)

The routes are in the package:

```
admin/tags
admin/tags/create
admin/tags/{id}/edit
admin/tags/{id}/delete

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Total

3

Last Release

2986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f882a1d64757f0924086845b8b28a9d60c5c3fdf6b45db10f88f513a2bd84054?d=identicon)[vadiasov](/maintainers/vadiasov)

---

Top Contributors

[![vadis5](https://avatars.githubusercontent.com/u/7283395?v=4)](https://github.com/vadis5 "vadis5 (4 commits)")

### Embed Badge

![Health badge](/badges/vadiasov-tags/health.svg)

```
[![Health](https://phpackages.com/badges/vadiasov-tags/health.svg)](https://phpackages.com/packages/vadiasov-tags)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
