-
Fix Database Configuration:
- Open your
.envfile 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
.envFile:- Add your Stripe public and private keys to the
.envfile:STRIPE_TEST_SK=sk_test_djffdfj STRIPE_TEST_PK=pk_test_sdhfskj
- Add your Stripe public and private keys to the