https://github.com/rxcod9/joy-backpack-api
WORK IN PROGRESS
https://github.com/rxcod9/joy-backpack-api
Last synced: 2 days ago
JSON representation
WORK IN PROGRESS
- Host: GitHub
- URL: https://github.com/rxcod9/joy-backpack-api
- Owner: rxcod9
- License: other
- Created: 2021-07-04T22:34:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T00:30:43.000Z (8 days ago)
- Last Synced: 2026-01-13T06:15:33.668Z (3 days ago)
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
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 BackpackApi
This [Laravel](https://laravel.com/)/[Backpack](https://backpackforlaravel.com/docs/4.1/installation) module adds BackpackApi support to Backpack.
By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).
[](https://github.com/rxcod9/joy-backpack-api/releases)

[](https://packagist.org/packages/joy/backpack-api)
---
## Prerequisites
* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Backpack](https://backpackforlaravel.com/docs/4.1/installation)
---
## Installation
```bash
# 1. Require this Package in your fresh Laravel/Backpack project
composer require joy/backpack-api
# 2. Publish
php artisan vendor:publish --provider="Joy\BackpackApi\BackpackApiServiceProvider" --force
```
---
## Working Example
You can try laravel demo here [https://joy-backpack.herokuapp.com/api/documentation](https://joy-backpack.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 backpack-api? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-backpack-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)
- [All Contributors][https://github.com/rxcod9/joy-backpack-api/graphs/contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.