TOPUP - Laravel 9.x REST API
Documentation is still on progress. For now, you can fork this postman collection
Installation
- Clone this project
git clone https://github.com/senatroxx/laravel-be-topup.git
- Cd into your project folder
cd laravel-be-topup
- Install dependencies
composer install --no-dev
Or if you want continue developing this project
composer install
- Copy env file
cp .env.example .env
- Setup your database, xendit, and digiflazz via .env file
- Make app key
php artisan key:generate
- Migrate database
php artisan migrate
- (Optional) Seed the database
php artisan db:seed
- Create passport key
php artisan passport:install