https://github.com/rxcod9/joy-voyager-data-settings
This voyager package provides settings similar as voyager global settings, it’s just this package provides settings specific to each record in all data types
https://github.com/rxcod9/joy-voyager-data-settings
Last synced: 4 months ago
JSON representation
This voyager package provides settings similar as voyager global settings, it’s just this package provides settings specific to each record in all data types
- Host: GitHub
- URL: https://github.com/rxcod9/joy-voyager-data-settings
- Owner: rxcod9
- License: mit
- Created: 2022-05-02T07:22:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T08:33:24.000Z (6 months ago)
- Last Synced: 2026-01-13T06:15:34.959Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Joy VoyagerDataSettings
This [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds VoyagerDataSettings support to Voyager.
By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).
[](https://joy-voyager.kodmonk.com/)
[](https://github.com/rxcod9/joy-voyager-data-settings/releases)

[](https://packagist.org/packages/joy/voyager-data-settings)
---
## Prerequisites
* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Voyager](https://github.com/the-control-group/voyager)
---
## Installation
```bash
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-data-settings
# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerDataSettings\VoyagerDataSettingsServiceProvider" --force
# 3. Migrate
php artisan migrate
# 4. Generate Permissions & Attach Permissions with roles
php artisan db:seed --class="\Joy\VoyagerDataSettings\Database\Seeders\VoyagerDatabaseSeeder"
# 5. Seed data setting types (Optional)
php artisan db:seed --class="\Joy\VoyagerDataSettings\Database\Seeders\VoyagerDummyDatabaseSeeder"
```
---
## Working Example
You can try laravel demo here [https://joy-voyager.kodmonk.com/admin/users/1/settings](https://joy-voyager.kodmonk.com/admin/users/1/settings)
OR
[https://joy-voyager.kodmonk.com/admin/roles/1/settings](https://joy-voyager.kodmonk.com/admin/roles/1/settings).
## Documentation
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-data-settings? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-voyager-data-settings/issues), we'll try to address it as soon as possible.
If you've found a bug regarding security please mail [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.
## Testing
You can run the tests with:
```bash
vendor/bin/phpunit
```
## Upgrading
Please see [UPGRADING](UPGRADING.md) for details.
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.
## Credits
- [Ramakant Gangwar](https://github.com/rxcod9)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.