Skip to content

Commit c16510a

Browse files
authored
Update README.md
1 parent 375702c commit c16510a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,34 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
216216

217217
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
218218

219+
If you want to contribute, then you may want to test it in a real Laravel project:
220+
221+
- Fork this repository to your GitHub account.
222+
- Create a Laravel app locally.
223+
- Clone your fork in your Laravel app's root directory.
224+
- In the `/laravel-sqs-queue-json-reader` directory, create a branch for your fix, e.g. `feature/awesome-feature`.
225+
226+
Install the packages in your app's `composer.json`:
227+
228+
```jsonc
229+
{
230+
// ...
231+
"require": {
232+
"palpalani/laravel-sqs-queue-json-reader": "*",
233+
},
234+
"minimum-stability": "dev",
235+
"repositories": [
236+
{
237+
"type": "path",
238+
"url": "path/to/location"
239+
}
240+
],
241+
// ...
242+
}
243+
```
244+
245+
Now, run `composer update`.
246+
219247
## Other Laravel packages
220248

221249
[GrumPHP rector task](https://github.com/palpalani/grumphp-rector-task) GrumPHP with a task that runs [RectorPHP](https://github.com/rectorphp/rector-src) for your Laravel projects.
@@ -241,6 +269,10 @@ Please review [our security policy](../../security/policy) on how to report secu
241269
- [palPalani](https://github.com/palPalani)
242270
- [All Contributors](../../contributors)
243271

272+
## Need Help?
273+
274+
If you spot a bug or have a question or feature request, please [submit a detailed issue](https://github.com/palpalani/laravel-sqs-queue-json-reader/issues), and wait for assistance.
275+
244276
## License
245277

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

0 commit comments

Comments
 (0)