-
Fix Database Configuration:
- Open your
.env
file and configure the database settings accordingly.
- Open your
-
Update Composer Dependencies:
- Run the following command to update all dependencies:
composer update
- Run the following command to update all dependencies:
-
Add Stripe Keys to
.env
File:- Add your Stripe public and private keys to the
.env
file:STRIPE_TEST_SK=sk_test_djffdfj STRIPE_TEST_PK=pk_test_sdhfskj
- Add your Stripe public and private keys to the