Skip to content

igitonga/daraja-mpesa

Repository files navigation

About Daraja Mpesa

This is a web application to help you understand how to integrate daraja mpesa in Laravel. There is a simple UI to run simulations and give a brief experience on what might happen if you use it on your project.

To use this project on your personal PC follow the steps below:

1. Clone Repository

git clone https://github.com/KreateyouMain/bizcore.git

2. Install composer dependencies

composer install

3. Install node dependencies

npm install

4. Generate .env file from .env.example

cp .env.example .env

5. Migrate your database after connecting to one

php artisan migrate

5. Generate application key

php artisan key:generate

5. Run laravel server

php artisan serve

5. UI is bundled by vite to use interface.

npm run dev
  • Fill Mpesa .env variables - you'll get these credentials from Daraja website

About

Laravel app containing different mpesa services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published