PHPackages                             akira/hunter-module - 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. akira/hunter-module

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

akira/hunter-module
===================

Core foundation package providing shared utilities, base components, and essential services for Hunter, the Cape Verdean social network platform

1.x-dev(3mo ago)115[2 PRs](https://github.com/kidiatoliny/hunter-module/pulls)MITPHPPHP ^8.4CI passing

Since Apr 4Pushed 2mo agoCompare

[ Source](https://github.com/kidiatoliny/hunter-module)[ Packagist](https://packagist.org/packages/akira/hunter-module)[ Docs](https://github.com/hunter/hunter-core)[ GitHub Sponsors](https://github.com/kidiatoliny)[ RSS](/packages/akira-hunter-module/feed)WikiDiscussions 1.x Synced today

READMEChangelogDependencies (22)Versions (6)Used By (0)

Hunter Core
===========

[](#hunter-core)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4c3db9f77423007eb96e4b60e26eb4365a9a90e376617bb12f71056c1854b8c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68756e7465722f636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hunter/core)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7434882166fc8402decacc00a5edbcb246c693348b3d44099ff478a57231e3ba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68756e7465722f636f72652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hunter/core/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d1af81fdcebea479e3f3cbca4d63ab56c38c302f93db8c4f07ac9bf648ee9220/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68756e7465722f636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hunter/core)

Hunter Core is a modular architecture foundation for Laravel applications. It provides the base infrastructure for building extensible, tenant-aware applications where functionality is delivered through installable modules.

Features
--------

[](#features)

- **Fluent Module Configuration** - Declarative API for defining modules using method chaining
- **Navigation System** - Unified navigation management across modules with NavItem and NavGroup
- **Module Registry** - Central registry for discovering and managing modules
- **Tenant-Aware Middleware** - Control module access per tenant
- **PHP 8.4 Property Hooks** - Modern PHP features for clean property access
- **Spatie Package Tools Integration** - Built on top of battle-tested spatie/laravel-package-tools

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 12+

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

[](#installation)

Install the package via Composer:

```
composer require akira/hunter-module
```

The package auto-registers its service provider via Laravel's package discovery.

Quick Start
-----------

[](#quick-start)

Create a module by extending `ModuleServiceProvider`:

```
