From 58a9581b2f37b62f2ca67763118d1a0a1250ae97 Mon Sep 17 00:00:00 2001 From: Khashayar Zavosh Date: Fri, 16 Apr 2021 03:40:38 +0430 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 560dde7..931fcb6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ npm install npm run dev ``` -change .env.example to .env and edit .env file +-change .env.example to .env and edit .env file DB_DATABASE=YOUR_DATABASE_NAME @@ -31,7 +31,7 @@ DB_USERNAME=YOUR_USERNAME DB_PASSWORD=YOUR_PASSWORD -Rename the website: /config/app.php +-rename the website: /config/app.php 'name' => env('APP_NAME', 'Admin Littlelink'), @@ -45,7 +45,7 @@ php artisan db:seed --class="ButtonSeeder" php artisan serve ``` -login: +-login: http://127.0.0.1:8000/login