PHPackages                             laraxot/module\_xot\_fila3 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laraxot/module\_xot\_fila3

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laraxot/module\_xot\_fila3
==========================

xot module, heart of the laraxot repository

0.0.0(2y ago)0395[6 PRs](https://github.com/laraxot/module_xot_fila3/pulls)9MITPHPPHP ^8.1CI passing

Since Dec 12Pushed 5mo ago5 watchersCompare

[ Source](https://github.com/laraxot/module_xot_fila3)[ Packagist](https://packagist.org/packages/laraxot/module_xot_fila3)[ Docs](https://github.com/laraxot/module_xot_fila3)[ GitHub Sponsors](https://github.com/laraxot)[ GitHub Sponsors](https://github.com/marco76tv)[ RSS](/packages/laraxot-module-xot-fila3/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependencies (39)Versions (10)Used By (9)

Module Xot Fila3 🔥 The Ultimate Laravel Multi-module Solution 🚀
===============================================================

[](#module-xot-fila3--the-ultimate-laravel-multi-module-solution-)

[![Latest Release](https://camo.githubusercontent.com/9ad795357dd6183b50ef111e96ff027eabc0428f689f4fe7c150882528076f80/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c617261786f742f6d6f64756c655f786f745f66696c6133)](https://github.com/laraxot/module_xot_fila3/releases)[![Build Status](https://camo.githubusercontent.com/c0a658d375896982e4eb7f3bb77ef35729b8bb0749478d09179030d907b206d0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c617261786f742f6d6f64756c655f786f745f66696c61332f6d6173746572)](https://travis-ci.org/laraxot/module_xot_fila3)[![Code Coverage](https://camo.githubusercontent.com/ed598bed4bfebfdacff369401feb6b98c777b33fa9efbe9d6eaca567ba756fe9/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6c617261786f742f6d6f64756c655f786f745f66696c6133)](https://codecov.io/gh/laraxot/module_xot_fila3)[![License](https://camo.githubusercontent.com/ab59ef00143c627e0fff9f8e1257097604306ff54131486371f5048cad167a14/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c617261786f742f6d6f64756c655f786f745f66696c6133)](LICENSE)

Power your Laravel application with **Module Xot Fila3**, a comprehensive multi-module management system designed to integrate seamlessly into your existing architecture. Build faster, smarter, and with better modular control. 🔥

### Key Features 🌟

[](#key-features-)

- **Multi-module Support**: Easily manage multiple modules in one application.
- **Integrated Permissions**: Fine-grained control over user access to specific modules.
- **Automatic Module Discovery**: Add new modules without touching any config files.
- **Dynamic Routing**: Seamlessly manage routing for different modules with ease.
- **Filament 3 Compatible**: Fully compatible with Filament 3 admin panel interface.

---

### Installation Guide 💻

[](#installation-guide-)

1. **Install via Composer:**

    ```
    composer require laraxot/module_xot_fila3
    ```
2. **Run Migrations:**

    ```
    php artisan module:migrate Xot
    ```
3. **Publish Config:**

    ```
    php artisan vendor:publish --tag="module_xot_fila3-config"
    ```

---

### Supercharged Console Commands 🚀

[](#supercharged-console-commands-)

Take full control with powerful artisan commands:

- **List Modules:**

    ```
    php artisan module:list
    ```

    *See all installed modules and manage them directly from the console.*
- **Create New Module:**

    ```
    php artisan module:make
    ```

    *Instantly create a new module with boilerplate code.*
- **Migrate Specific Module:**

    ```
    php artisan module:migrate
    ```

    *Run migrations for a specific module without touching the others.*

---

### Configuration 🔧

[](#configuration-)

Customize the behavior of your modules via the `module_xot_fila3.php` config file. Take control of routes, permissions, and much more!

---

### Filament 3 Compatibility ✅

[](#filament-3-compatibility-)

Il modulo Xot è ora completamente compatibile con Filament 3. Abbiamo risolto i problemi noti come:

- **Errore `Method Filament\Actions\Action::table does not exist`**: Corretto nel trait `HasXotTable` con verifiche condizionali
- **Gestione delle tabelle**: Migliorata la compatibilità con l'API di Filament 3 per le azioni nelle tabelle

Per ulteriori dettagli, consulta il file `docs/xot_compatibility.md` nel modulo Broker o il `CHANGELOG.md` in questo modulo.

---

### Testing 🧪

[](#testing-)

Il modulo Xot include test completi per garantire la stabilità e l'affidabilità dei componenti critici:

#### Esecuzione dei Test

[](#esecuzione-dei-test)

```
cd laravel/Modules/Xot
php artisan test --filter=Modules\\Xot\\Tests
```

#### Copertura dei Test

[](#copertura-dei-test)

I test coprono componenti critici come:

- Trait `HasXotTable` per garantire compatibilità multi-versione con Filament
- Modelli base e relazioni
- Funzionalità di gestione dei moduli

#### Aggiunta di Nuovi Test

[](#aggiunta-di-nuovi-test)

Per aggiungere nuovi test:

1. Creare il file di test in `Modules/Xot/tests/Unit` o `Modules/Xot/tests/Feature`
2. Seguire le convenzioni di denominazione: `NomeComponenteTest.php`
3. Assicurarsi di testare sia i casi di successo che i casi limite

---

### FAQ ❓

[](#faq-)

- **Q: Can I add modules dynamically?**A: Absolutely! Modules are automatically discovered and configured without the need for manual updates to your config files.
- **Q: How do I manage routes for each module?**A: Route management is integrated. Just focus on building your modules and let the system handle the rest!
- **Q: Is this compatible with Filament 3?**A: Yes! Version 10.0.x and above are fully compatible with Filament 3, with all known issues resolved.

---

### Author 👨‍💻

[](#author-‍)

Developed and maintained by [Marco Sottana](https://github.com/marco76tv)
📧 Email:

---

### License 📄

[](#license-)

This package is open-sourced under the [MIT license](LICENSE).

---

**Boost your Laravel app with powerful modular capabilities using Module Xot Fila3!** 💥

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance48

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

888d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelfilamentlaraxotmodule\_xot

###  Code Quality

TestsPest

Static AnalysisPHPStan, Psalm

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/laraxot-module-xot-fila3/health.svg)

```
[![Health](https://phpackages.com/badges/laraxot-module-xot-fila3/health.svg)](https://phpackages.com/packages/laraxot-module-xot-fila3)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)

PHPackages © 2026

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