dev-3bdulrahman / accounting
A full-featured Accounting module for Laravel ERP — journal entries, accounts, taxes, expenses & bank accounts.
1.0.0
2026-06-13 19:47 UTC
Requires
- php: ^8.2|^8.3
- laravel/framework: ^11.0|^12.0
This package is auto-updated.
Last update: 2026-06-13 20:00:01 UTC
README
A full-featured Accounting module for Laravel ERP systems. Handles chart of accounts, journal entries, taxes, expense tracking, and bank account management — with full API and Livewire admin interface.
Features
- Chart of Accounts (multi-level)
- Double-entry Journal Entries
- Tax Management (VAT / custom rates)
- Expense Tracking & Categorization
- Bank Account Management
- REST API endpoints
- Arabic & English translations
Requirements
| Dependency | Version |
|---|---|
| PHP | ^8.2 | ^8.3 |
| Laravel | ^11.0 | ^12.0 |
Installation
composer require dev-3bdulrahman/accounting
Publish and run migrations:
php artisan vendor:publish --provider="Dev3bdulrahman\Accounting\Providers\AccountingServiceProvider"
php artisan migrate
Service Provider
The package auto-discovers its service provider via Laravel's package discovery. If needed, register manually in bootstrap/providers.php:
Dev3bdulrahman\Accounting\Providers\AccountingServiceProvider::class,
Changelog
See CHANGELOG.md for release history.
License
MIT License © Abdulrahman