0.01
Laravel 7 – 10
PHP 7.3+
No release in over 2 years
Low commit activity in last 18 months
This Laravel/Voyager module adds VoyagerCore support to Voyager.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

guzzlehttp/guzzle
^6.3|^7.0
mockery/mockery
^1.3
^5.0|^6.0|^7.0|^8.0
phpunit/phpunit
^9.1|^10.0|^11.0

Runtime

^7|^8|^9|^10
^1.4|dev-1.6-l10
 Project Readme

Joy VoyagerCore

This Laravel/Voyager module adds VoyagerCore 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-core

# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerCore\VoyagerCoreServiceProvider" --force

# 3. Publish voyager overriden views [MANDATORY]
php artisan vendor:publish --provider="Joy\VoyagerCore\VoyagerCoreServiceProvider" --tag="overwrite-voyager-views" --force

Working Example

You can try laravel demo here https://joy-voyager.kodmonk.com/api/documentation.

Documentation

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