From cc1e19a6e1e5f6b9979dc7ed73639f3f9290d12c Mon Sep 17 00:00:00 2001 From: Tommi Carleman Date: Fri, 13 Jan 2023 10:54:02 +0100 Subject: [PATCH] Update README.md Add "composer require" for us lazy people who just copy-paste everything in our lives. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bda07ad..377712e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ See the [documentation](https://rappasoft.com/docs/laravel-authentication-log) f 8.x | 1.x 9.x | 2.x +## Installation + +```bash +composer require rappasoft/laravel-authentication-log +``` + ## Testing ```bash