Skip to content

EgeatechSRL/module_xot_fila3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Latest Release Build Status Code Coverage 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 🌟

  • 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.

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 🚀

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 <ModuleName>

    Instantly create a new module with boilerplate code.

  • Migrate Specific Module:

    php artisan module:migrate <ModuleName>

    Run migrations for a specific module without touching the others.


Configuration 🔧

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


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!


Author 👨‍💻

Developed and maintained by Marco Sottana
📧 Email: [email protected]


License 📄

This package is open-sourced under the MIT license.


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

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.1%
  • Blade 2.5%
  • Shell 0.4%