https://github.com/rxcod9/joy-nova-api
[WORK IN PROGRESS] 🚧
https://github.com/rxcod9/joy-nova-api
Last synced: 4 months ago
JSON representation
[WORK IN PROGRESS] 🚧
- Host: GitHub
- URL: https://github.com/rxcod9/joy-nova-api
- Owner: rxcod9
- License: mit
- Created: 2021-07-10T10:22:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T17:59:44.000Z (4 months ago)
- Last Synced: 2026-01-21T02:46:13.691Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
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 NovaApi
This [Laravel](https://laravel.com/)/[Nova](https://nova.devdojo.com/) module adds REST Api with Passport and Swagger support to Nova.
By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).
[](https://joy-nova.herokuapp.com/api/documentation)
[](https://github.com/rxcod9/joy-nova-api/releases)

[](https://packagist.org/packages/joy/nova-api)
---
## Prerequisites
* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Nova](https://github.com/the-control-group/nova)
---
## Installation
```bash
# 1. Require this Package in your fresh Laravel/Nova project
composer require joy/nova-api
# 2. Publish
php artisan vendor:publish --provider="Joy\NovaApi\NovaApiServiceProvider" --force
# 3. Generate Swagger Docs Json
php artisan joy-nova-api:l5-swagger:generate
```
---
## Working Example
You can try laravel demo here [https://joy-nova.herokuapp.com/api/documentation](https://joy-nova.herokuapp.com/api/documentation).
## Documentation
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy nova-api? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-nova-api/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.