You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,34 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
216
216
217
217
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
218
218
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
+
219
247
## Other Laravel packages
220
248
221
249
[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
241
269
-[palPalani](https://github.com/palPalani)
242
270
-[All Contributors](../../contributors)
243
271
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
+
244
276
## License
245
277
246
278
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
0 commit comments