PHPackages                             maggomann/filament-tournament-league-administration - 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. maggomann/filament-tournament-league-administration

ActiveLibrary[Admin Panels](/categories/admin)

maggomann/filament-tournament-league-administration
===================================================

An event and tournament management plugin for the Filament Admin Panel v2.x, intended for dart clubs in the first implementation. Here you can manage clubs, teams, matches, players and match days including score tables.

v0.6.0(3y ago)216[3 PRs](https://github.com/Maggomann/filament-tournament-league-administration/pulls)MITPHPPHP ^8.1

Since Jan 22Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/Maggomann/filament-tournament-league-administration)[ Packagist](https://packagist.org/packages/maggomann/filament-tournament-league-administration)[ Docs](https://github.com/maggomann/filament-tournament-league-administration)[ RSS](/packages/maggomann-filament-tournament-league-administration/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (30)Versions (15)Used By (0)

[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6f358483868f16cbfdb60b2c4f00717606ffbf8f2c807ec1472133ad7a4dbf3d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4d6167676f6d616e6e2f66696c616d656e742d746f75726e616d656e742d6c65616775652d61646d696e697374726174696f6e2f72756e2d7068707374616e2e796d6c3f6272616e63682533416d61696e266c6162656c3d636f64652532307374796c65)](https://github.com/Maggomann/filament-tournament-league-administration/actions?query=workflow%3Arun-phpstan+branch%3Amain) [![GitHub Tests Action Status](https://camo.githubusercontent.com/1578bde17d10cb64d12fc2f3a80c4c728fc0bcba99fd26200c2f4ccffcccfefa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4d6167676f6d616e6e2f66696c616d656e742d746f75726e616d656e742d6c65616775652d61646d696e697374726174696f6e2f72756e2d74657374732e796d6c3f6272616e63682533416d61696e266c6162656c3d7465737473)](https://github.com/Maggomann/filament-tournament-league-administration/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub license](https://camo.githubusercontent.com/fd0f94193ea48e54440797e7e1b3c2e1fa364ad47bb9e88d3b7a12dbbabb0ca9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4d6167676f6d616e6e2f66696c616d656e742d746f75726e616d656e742d6c65616775652d61646d696e697374726174696f6e)](https://github.com/Maggomann/filament-tournament-league-administration/blob/main/LICENSE.md) [![Total Downloads](https://camo.githubusercontent.com/a39ce491385c565ab37d81e70223123497970c6d61f623f213da78d006e8ced6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6167676f6d616e6e2f66696c616d656e742d746f75726e616d656e742d6c65616775652d61646d696e697374726174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maggomann/filament-tournament-league-administration)

---

filament-tournament-league-administration plugin for the Filament admin panel
-----------------------------------------------------------------------------

[](#filament-tournament-league-administration-plugin-for-the-filament-admin-panel)

This package is tailored for [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation).

Make sure you have installed the admin panel before you continue with the installation. You can check the [documentation here](https://filamentphp.com/docs/2.x/admin/installation)

An event and tournament management plugin for the [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation), intended for dart clubs in the first implementation. Here you can manage clubs, teams, matches, players and match days including score tables. More detailed information can be found later in the [documentation](https://maggomann.github.io/filament-tournament-league-administration/).

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

[](#installation)

You can install the package via composer:

```
composer require maggomann/filament-tournament-league-administration
```

You can publish and run the migrations with:

```
php artisan filament-tournament-league-administration:install-with-addressable
php artisan migrate
```

or

```
php artisan vendor:publish --tag="filament-tournament-league-administration-migrations"
php artisan migrate
```

Optionally, you can run the seeder with:

```
php artisan db:seed --class=FilamentTournamentTableSeeder
```

This is the contents of the published config file:

```
