Skip to content

Joy VoyagerExport module adds bulk export feature to Voyager.

License

Notifications You must be signed in to change notification settings

rxcod9/joy-voyager-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe01368 Β· Feb 24, 2024

History

71 Commits
Feb 24, 2024
Dec 19, 2022
Dec 19, 2022
Mar 8, 2022
Jan 22, 2023
Jul 5, 2021
Jul 5, 2021
Mar 6, 2022
Jul 5, 2021
Feb 24, 2024
Jul 5, 2021
Jul 5, 2021
Dec 28, 2022
Jul 5, 2021
Feb 23, 2024
Jul 5, 2021
Jul 5, 2021
Mar 8, 2022

Repository files navigation

Joy VoyagerExport

This Laravel/Voyager module adds VoyagerExport support to Voyager.

By 🐼 Ramakant Gangwar.

Screenshot

Latest Version GitHub Workflow Status Total Downloads


Prerequisites


Installation

# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-export

# OR If you're facing this issue

###
# Problem 1 - Root composer.json requires joy/voyager-export ^1.2 -> satisfiable by joy/voyager-export[v1.2.1, ..., v1.2.17]. - joy/voyager-export[v1.2.1, ..., v1.2.17] require illuminate/support ^7|^8 -> found illuminate/support[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
###

#use following command
composer require joy/voyager-export -W

# 2. Publish evrything
php artisan vendor:publish --provider="Joy\VoyagerExport\VoyagerExportServiceProvider" --force
# 3. OR Publish Voyager overrided actions blade [MANDATORY STEP FOR EXPORT BULK GROUP BUTTON TO WORK]
php artisan vendor:publish --provider="Joy\VoyagerExport\VoyagerExportServiceProvider" --tag=voyager-actions-views --force

Working Example

You can try laravel demo here https://joy-voyager.kodmonk.com/admin/users.

Documentation

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-export? 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.

Testing

You can run the tests with:

vendor/bin/phpunit

Upgrading

Please see UPGRADING for details.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email gangwar.ramakant@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.