Skip to content

odehDanOps/laravel-payment-gateway

Repository files navigation

Multi-Payment Gateway Integrations With Tailwind UI


Steps to run in local machine

  • Clone the project
  • cd into project root directory
  • Run command composer install to install dependencies
  • Copy .env.example to .env
  • Replace Stripe secret keys
  • Replace Flutterwave secret keys
  • run php artisan key:generate
  • Run php artisan migrate to create all the table. Make sure database is already created before running this command.
  • To compile assets, run command npm run build.
  • Once above steps are done Run php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published