https://github.com/rxcod9/joy-voyager-package
Joy Voyager Packages scaffolding template
https://github.com/rxcod9/joy-voyager-package
joy laravel scaffolding voyager
Last synced: 4 months ago
JSON representation
Joy Voyager Packages scaffolding template
- Host: GitHub
- URL: https://github.com/rxcod9/joy-voyager-package
- Owner: rxcod9
- License: mit
- Created: 2022-03-13T13:35:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T18:28:21.000Z (4 months ago)
- Last Synced: 2026-01-21T03:49:30.204Z (4 months ago)
- Topics: joy, laravel, scaffolding, voyager
- Language: PHP
- Homepage: https://joy-voyager.herokuapp.com
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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 VoyagerReplaceKeyword
This [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds VoyagerReplaceKeyword support to Voyager.
By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).
[](https://joy-voyager.kodmonk.com/)
[](https://github.com/rxcod9/joy-voyager-replace-keyword/releases)

[](https://packagist.org/packages/joy/voyager-replace-keyword)
---
## Prerequisites
* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Voyager](https://github.com/the-control-group/voyager)
---
## Installation
```bash
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-replace-keyword
```
To install Joy VoyagerReplaceKeyword without dummy simply run
```bash
php artisan joy-replace-keyword:install
```
If you prefer installing it with dummy run
```bash
php artisan joy-replace-keyword:install --with-dummy
```
And we're all good to go!
---
## Working Example
You can try laravel demo here [https://joy-voyager.kodmonk.com/admin/users](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-replace-keyword? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-voyager-replace-keyword/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.