Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dilshan97/p2p-payment
Peer 2 Peer Payment Solution Simulation
https://github.com/dilshan97/p2p-payment
laravel php
Last synced: about 1 month ago
JSON representation
Peer 2 Peer Payment Solution Simulation
- Host: GitHub
- URL: https://github.com/dilshan97/p2p-payment
- Owner: Dilshan97
- Created: 2021-01-21T21:13:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T15:46:03.000Z (about 4 years ago)
- Last Synced: 2024-11-19T12:36:37.270Z (3 months ago)
- Topics: laravel, php
- Language: PHP
- Homepage:
- Size: 6.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Peer 2 Peer Payment Solution
### Install Guide
Clone the repository.
https://github.com/Dilshan97/P2P-Payment.git
Change the project directory.
`cd P2P-Payment`
Install PHP Dependencies using the following command.
`composer install`
Create env file using the following command.
`copy .env.example and rename to .env`Generate App Key using the following command.
`php artisan key:generate`Fill all needed credentials in env and setup database.
Create database tables using the following command.
`php artisan migrate`Run Server using the following command.
`php artisan serve`
Run the mail queue using the followig command.
`php artisan queue:work`
Open browser and go to the url : http://127.0.0.1:8000 for check the website