We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b0f5c commit 9d0300aCopy full SHA for 9d0300a
README.md
@@ -12,6 +12,13 @@ Coolkapada is a ecommerce web application built using laravel and livewire:
12
- Touch database/database.sqlite Or Mysql
13
- Php artisan key:generate
14
- Php artisan migrate:fresh --seed
15
+- Add Google Recaptch V2 Keys
16
+ RECAPTCHA_V2_SITE_KEY=
17
+ RECAPTCHA_V2_SECRET_KEY=
18
+
19
+- Add stripe keys
20
+STRIPE_PUBLIC_KEY=
21
+STRIPE_SECRET_KEY=
22
23
## Admin Credentials (localhost:8000/admin/login)
24
- Email : kamal@gmail.com
0 commit comments