From 77492223a7d556a5e9172f9c07ac6f1f17718a08 Mon Sep 17 00:00:00 2001 From: rono516 Date: Sun, 3 Dec 2023 11:33:47 +0300 Subject: [PATCH] small change in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a6d8c3..ae95301 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is an implementation of the various Payment Gateways in Laravel including ` To run this project locally clone the repository and in the project directory,run the following commands: ``` -$ cp.env.example .env +$ cp .env.example .env $ composer install $ php artisan key:generate $ php artisan migrate