This Laravel/Voyager module adds VoyagerUserSettings support to Voyager.
By 🐼 Ramakant Gangwar.
- Composer Installed
- Install Laravel
- Install Voyager
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-user-settings
# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerUserSettings\VoyagerUserSettingsServiceProvider" --force
# 3. Migrate
php artisan migrate
# 4. Generate Permissions
php artisan db:seed --class="\Joy\VoyagerUserSettings\Database\Seeders\UserSettingsPermissionsTableSeeder"
# 5. Attach Permissions with roles
php artisan db:seed --class=PermissionRoleTableSeeder
# 6. Seed user setting types
php artisan db:seed --class="\Joy\VoyagerUserSettings\Database\Seeders\UserSettingsTableSeeder"
You can try laravel demo here https://joy-voyager.kodmonk.com/admin/users/1/user-settings.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-user-settings? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
If you've found a bug regarding security please mail gangwar.ramakant@gmail.com instead of using the issue tracker.
You can run the tests with:
vendor/bin/phpunit
Please see UPGRADING for details.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email gangwar.ramakant@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.