8000 GitHub - XPH0816/EzStudent: EzStudent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XPH0816/EzStudent

Repository files navigation

EzStudent

Prerequisite

  • A Stripe account (It's ok to use Developer Account for Testing)
  • A SMTP Mail Server or used your own gmail account How to Setup using Gmail follow Step 1 only to get the APP Password
  • A Google Recaptcha v3 Site Key and Secret Key How to Setup
  • Laravel Herd with Composer (PHP) and Node.js (npm) are installed

How to setup

  1. Open your Laravel Herd and check your herd path unzip the folder and put on that path image
  2. Install the Dependencies
herd composer install 
  1. Setup the enviroment
herd composer run-script post-root-package-install
herd composer run-script post-create-project-cmd
  1. Add your enviroment variables inside the your .env files
STRIPE_KEY="pk_xxxx_xxxxx"
STRIPE_SECRET="sk_xxxx_xxxxxx"

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME="your-email-address"
MAIL_PASSWORD="your-app-passowrd-get-from-the-prerequiesite"
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="your-email-address"
MAIL_FROM_NAME="${APP_NAME}"

RECAPTCHAV3_SITEKEY="your-site-key"
RECAPTCHAV3_SECRET="your-secret-key"
  1. Create The Database call fashionstoresystem on your database server

  2. Run Migrations with seed 🌱

herd php artisan migrate:refresh --seed
  1. Click on this Icon Button to have a SSL with automated trust and sign cert (this features used for HTTPS) image

  2. Enjoy your system

About

EzStudent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0