Skip to content

This is a basic system for implementing payments in different branches.

Notifications You must be signed in to change notification settings

juankno/PaymentSystem

Repository files navigation

PaymentSystem starter

This is a basic system for implementing payments in different branches.

Getting started

Launch the starter project

(Assuming you've installed Laravel)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

This project use (laravel ui for the frontend Scaffolding

npm install && npm run dev

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command to generate your app key:

php artisan key:generate

Then start your server:

php artisan serve

Next config your database and use:

php artisan migrate

If you are work in local mode you can use the seeders in the migration:

php artisan migrate:refresh --seed or force with | php artisan migrate:fresh --seed

*If you need more information about paypal api or Stripe then you can read the documentation (Stripe Api (Paypal Developer

Your Laravel starter project is now up and running!

Licence

The Laravel framework and this project is open-sourced software licensed under the MIT license.

About

This is a basic system for implementing payments in different branches.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published