Skip to content

HanMoeHtet/magic_pay

Repository files navigation

Magic Pay

Online payment app made with Laravel

Demo  Github

Get Started

Clone the repo

git clone https://github.com/HanMoeHtet/magic_pay.git
cd magic_pay

Install php depedencies

composer install

Create .env file

cp .env.example .env

Generate app key

php artisan key:generate

Install node modules

npm install

Compile assets

npm run dev

   (or)

npm run watch

Run the app

php artisan serve

Resources

About

Online Payment App made with Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published