Skip to content

Commit a9ac0c2

Browse files
committed
Added more docs
1 parent 6e66489 commit a9ac0c2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212
/psalm.xml export-ignore
1313
/psalm.xml.dist export-ignore
1414
/testbench.yaml export-ignore
15+
/UPGRADING.md export-ignore
16+
/phpstan.neon.dist export-ignore
17+
/phpstan-baseline.neon export-ignore

README.md

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

194194
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
195195

196+
## Other Laravel packages
197+
198+
[GrumPHP rector task](https://github.com/palpalani/grumphp-rector-task) GrumPHP with a task that runs RectorPHP for your Laravel projects.
199+
[Email Deny List (blacklist) Check - IP Deny List (blacklist) Check](https://github.com/palpalani/laravel-dns-deny-list-check) Deny list (blacklist) checker will test a mail server IP address against over 50 DNS based email blacklists. (Commonly called Realtime blacklist, DNSBL or RBL).
200+
[Spamassassin spam score of emails](https://github.com/palpalani/laravel-spamassassin-score) Checks the spam score of email contents using spamassassin database.
201+
[Laravel Login Notifications](https://github.com/palpalani/laravel-login-notifications) A login event notification for Laravel projects. By default, it will send notification only on production environment only.
202+
[Laravel Toastr](https://github.com/palpalani/laravel-toastr) Implements toastr.js for Laravel. Toastr.js is a Javascript library for non-blocking notifications.
203+
[Beast](https://github.com/palpalani/beast) Beast is Screenshot as a Service using Nodejs, Chrome and Aws Lamda. Convert a webpage to an image using headless Chrome Takes screenshot of any given URL/Html content and returns base64 encoded buffer.
204+
[eCommerce Product Recommendations](https://github.com/palpalani/eCommerce-Product-Recommendations) Analyse order history of customers and recommend products for new customers which enables higher sales volume.
205+
196206
## Security Vulnerabilities
197207

198208
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

0 commit comments

Comments
 (0)