Skip to content

Joy VoyagerApi module adds REST Api end points to Voyager with Passport and Swagger support.

License

Notifications You must be signed in to change notification settings

rxcod9/joy-voyager-api

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 23, 2024
357ff3c Β· Feb 23, 2024
Feb 23, 2024
Sep 4, 2023
Mar 9, 2022
Aug 21, 2021
Sep 6, 2023
Jun 26, 2021
Jul 1, 2021
Jul 10, 2021
Jun 16, 2021
Sep 6, 2023
Jun 15, 2021
Jun 15, 2021
Dec 28, 2022
Jun 15, 2021
Feb 23, 2024
Jun 24, 2021
Jun 26, 2021
Jun 15, 2021
Mar 8, 2022

Repository files navigation

Joy VoyagerApi

This Laravel/Voyager module adds REST Api with Passport and Swagger 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-api

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

# 3. Generate Swagger Docs Json
php artisan joy-voyager-api:l5-swagger:generate

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-api? 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 [email protected] 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 [email protected] instead of using the issue tracker.

Credits

License

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