sdtech / laravel-buda
A simple integration of buda api with laravel
dev-main
2022-06-17 04:46 UTC
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2024-10-17 10:18:25 UTC
README
A simple integration of buda api with laravel
About
A simple A Simple Way To Call Buda Api Through Laravel Project The current features are :
- Implement buda api.
Requirements
Installation
- From your projects root folder in terminal run:
composer require sdtech/laravel-buda
- Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
php artisan vendor:publish --tag=budaLaravel