Skip to content

anabiiil/CCIT

Repository files navigation

CCIT TASK

Installation

user this command

composer install

Configure Stripe

add your stripe secret key and public key in .env file

STRIPE_KEY=YOUR KEY
STRIPE_SECRET= YOUR SECRET
CASHIER_CURRENCY=SET_CURRENCY
CASHIER_LOGGER=stack

Configure FACEBOOK

Set your Facebook App in .env file

FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
FACEBOOK_REDIRECT=

Configure GOOGLE

Set your Google App in .env file

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT=

Create Migrations AND Admin Seeder

following this command to create migrations

php artisan migrate --seed

Run Project

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published