sdtech/laravel-buda

A simple integration of buda api with laravel

Installs: 149

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sdtech/laravel-buda

dev-main 2022-06-17 04:46 UTC

This package is auto-updated.

Last update: 2025-09-17 12:22:14 UTC


README

A simple integration of buda api with laravel

Latest Version Issues Stars Stars Total Downloads

About

A simple A Simple Way To Call Buda Api Through Laravel Project The current features are :

  • Implement buda api.

Requirements

Installation

  1. From your projects root folder in terminal run:
    composer require sdtech/laravel-buda
  1. 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

configuration

uses