PHPackages                             joy/voyager-data-type-settings - 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. joy/voyager-data-type-settings

ActiveLibrary[Admin Panels](/categories/admin)

joy/voyager-data-type-settings
==============================

This Laravel/Voyager module adds VoyagerDataTypeSettings support to Voyager.

v3.2.40(2y ago)0822[1 issues](https://github.com/rxcod9/joy-voyager-data-type-settings/issues)[8 PRs](https://github.com/rxcod9/joy-voyager-data-type-settings/pulls)2MITPHPPHP ^7.3|^8.0|^9.0CI passing

Since Mar 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/rxcod9/joy-voyager-data-type-settings)[ Packagist](https://packagist.org/packages/joy/voyager-data-type-settings)[ Docs](https://github.com/rxcod9/joy-voyager-data-type-settings)[ Patreon](https://www.patreon.com/ramakant)[ RSS](/packages/joy-voyager-data-type-settings/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (51)Used By (2)

Joy VoyagerDataTypeSettings
===========================

[](#joy-voyagerdatatypesettings)

This [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds VoyagerDataTypeSettings support to Voyager.

By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).

[![Screenshot](https://raw.githubusercontent.com/rxcod9/joy-voyager-data-type-settings/main/cover.jpg)](https://joy-voyager.kodmonk.com/)

[![Latest Version](https://camo.githubusercontent.com/19d14d7b22b1231c78b166e9ddde6e7bebea38862ab896f4dc769b396928996b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7278636f64392f6a6f792d766f79616765722d646174612d747970652d73657474696e67733f7374796c653d666c61742d737175617265)](https://github.com/rxcod9/joy-voyager-data-type-settings/releases)[![GitHub Workflow Status](https://camo.githubusercontent.com/a24a6033c432b8acbad40fb3a00240906a0be7f374f9c87041933452929953ca/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7278636f64392f6a6f792d766f79616765722d646174612d747970652d73657474696e67732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)](https://camo.githubusercontent.com/a24a6033c432b8acbad40fb3a00240906a0be7f374f9c87041933452929953ca/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7278636f64392f6a6f792d766f79616765722d646174612d747970652d73657474696e67732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)[![Total Downloads](https://camo.githubusercontent.com/fcf92e8ee1ba57f2b1b65a734b7c25ecdc8e103cabe7621b68148f7d1ef3fe33/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f792f766f79616765722d646174612d747970652d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/joy/voyager-data-type-settings)

---

Prerequisites
-------------

[](#prerequisites)

- Composer Installed
- [Install Laravel](https://laravel.com/docs/installation)
- [Install Voyager](https://github.com/the-control-group/voyager)

---

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

[](#installation)

```
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-data-type-settings

# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerDataTypeSettings\VoyagerDataTypeSettingsServiceProvider" --force
# 3. Migrate
php artisan migrate
# 4. Generate Permissions & Attach Permissions with roles
php artisan db:seed --class="\Joy\VoyagerDataTypeSettings\Database\Seeders\VoyagerDatabaseSeeder"
# 5. Seed data type setting types (Optional)
php artisan db:seed --class="\Joy\VoyagerDataTypeSettings\Database\Seeders\VoyagerDummyDatabaseSeeder"
```

---

Working Example
---------------

[](#working-example)

You can try laravel demo here  OR .

Documentation
-------------

[](#documentation)

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-data-type-settings? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-voyager-data-type-settings/issues), we'll try to address it as soon as possible.

If you've found a bug regarding security please mail  instead of using the issue tracker.

Testing
-------

[](#testing)

You can run the tests with:

```
vendor/bin/phpunit
```

Upgrading
---------

[](#upgrading)

Please see [UPGRADING](UPGRADING.md) for details.

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ramakant Gangwar](https://github.com/rxcod9)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance64

Regular maintenance activity

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~18 days

Recently: every ~0 days

Total

40

Last Release

805d ago

Major Versions

v1.2.36 → v2.2.362024-02-23

v2.2.36 → v3.2.362024-02-23

PHP version history (2 changes)v1.1.3PHP ^7.3|^8.0

v1.2.19PHP ^7.3|^8.0|^9.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/95a00608fbd641680d1bbc969c8e820f4fbc1b72f2080fcbdb18c8c552857e2b?d=identicon)[rxcod9](/maintainers/rxcod9)

---

Top Contributors

[![rxcod9](https://avatars.githubusercontent.com/u/14928642?v=4)](https://github.com/rxcod9 "rxcod9 (54 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (5 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

data-type-settingsvoyagerlaravelcmsvoyagerjoydata-type-settingsvoyager-data-type-settingsjoy-voyager-data-type-settings

### Embed Badge

![Health badge](/badges/joy-voyager-data-type-settings/health.svg)

```
[![Health](https://phpackages.com/badges/joy-voyager-data-type-settings/health.svg)](https://phpackages.com/packages/joy-voyager-data-type-settings)
```

###  Alternatives

[joy/voyager-datatable

joy voyager datatable

1538.1k43](/packages/joy-voyager-datatable)

PHPackages © 2026

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