An open API service indexing awesome lists of open source software.

https://github.com/rxcod9/joy-backpack-package

Joy Backpack packages scaffolding template
https://github.com/rxcod9/joy-backpack-package

Last synced: 4 months ago
JSON representation

Joy Backpack packages scaffolding template

Awesome Lists containing this project

README

          

# Joy ReplaceKeyword

This [Laravel](https://laravel.com/)/[Backpack](https://backpackforlaravel.com/docs/4.1/installation) module adds ReplaceKeyword support to Backpack.

By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).

[![Latest Version](https://img.shields.io/github/v/release/rxcod9/joy-replace-keyword?style=flat-square)](https://github.com/rxcod9/joy-replace-keyword/releases)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/rxcod9/joy-replace-keyword/run-tests?label=tests)
[![Total Downloads](https://img.shields.io/packagist/dt/joy/replace-keyword.svg?style=flat-square)](https://packagist.org/packages/joy/replace-keyword)

---

## 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/replace-keyword

# 2. Publish
php artisan vendor:publish --provider="Joy\ReplaceKeyword\ReplaceKeywordServiceProvider" --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 replace-keyword? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-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)
- [All Contributors][https://github.com/rxcod9/joy-replace-keyword/graphs/contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.