PHPackages                             inisiatif/laravel-budget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. inisiatif/laravel-budget

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

inisiatif/laravel-budget
========================

Private integration for budget in Inisiatif Zakat Indonesia

2.2.1(1y ago)012.4k↑166.7%1[4 PRs](https://github.com/atInisiatifZakat/laravel-budget/pulls)MITPHPPHP ^8.1CI passing

Since Jul 6Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/atInisiatifZakat/laravel-budget)[ Packagist](https://packagist.org/packages/inisiatif/laravel-budget)[ Docs](https://github.com/atInisiatifZakat/laravel-budget)[ RSS](/packages/inisiatif-laravel-budget/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (7)Dependencies (6)Versions (13)Used By (0)

Laravel Budget
==============

[](#laravel-budget)

[![PHPUnit](https://github.com/atInisiatifZakat/laravel-budget/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/atInisiatifZakat/laravel-budget/actions/workflows/run-tests.yml)[![Psalm](https://github.com/atInisiatifZakat/laravel-budget/actions/workflows/run-psalm-static-analyst.yml/badge.svg?branch=main)](https://github.com/atInisiatifZakat/laravel-budget/actions/workflows/run-psalm-static-analyst.yml)[![Laravel Pint](https://github.com/atInisiatifZakat/laravel-budget/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/atInisiatifZakat/laravel-budget/actions/workflows/fix-php-code-style-issues.yml)[![Latest Version on Packagist](https://camo.githubusercontent.com/d5f33c9e9142e5af34f8e180ad80922813cd5831a7f73c58820b38349d153c4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e697369617469662f6c61726176656c2d6275646765742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inisiatif/laravel-budget)[![Total Downloads](https://camo.githubusercontent.com/c175d3a2d3a66617fd5b9b6becda8ad7d293426bfafba73610d475030c111844/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e697369617469662f6c61726176656c2d6275646765742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inisiatif/laravel-budget)

Package yang di gunakan internal di Inisiatif Zakat Indonesia untuk mengakses anggaran tahunan.

> Versi laravel yang digunakan adala ^9.43 atau ^10.0

Installation
------------

[](#installation)

Anda dapat menginstall menggunakan composer

```
composer require inisiatif/laravel-budget
```

Jika diperlukan anda bisa mempublish file migrasi dan menjalankannya dengan perintah

```
php artisan vendor:publish --tag="budget-migrations"
php artisan migrate
```

Anda juga bisa mempublish file konfigurasi dengan perintah

```
php artisan vendor:publish --tag="budget-config"
```

Ini adalah isi dari file konfigurasi yang di publish :

```
