wawans / sismiop-database
Eloquent Model untuk Database SISMIOP PBB
Requires
- php: ^8.0|^8.1
- awobaz/compoships: ^2.2
- illuminate/database: ^9.0|^10.0
- illuminate/support: ^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-04-26 04:15:43 UTC
README
Model dari database SISMIOP PBB (Sistem Manajemen Informasi Objek Pajak - Pajak Bumi dan Bangunan) yang siap digunakan pada Laravel.
Laravel Version Compatibility
Laravel | Package |
---|---|
7.x.x | 1.x.x |
8.x.x | 1.x.x |
9.x.x | 2.x.x |
10.x.x | 2.x.x |
Installation
You can install the package via composer:
composer require wawans/sismiop-database
Configuration (OPTIONAL)
Optionally publish a configuration file by running the following Artisan command.
If config file is not publish, the package will automatically use what is declared on your .env
file database connection.
php artisan vendor:publish --tag=sismiop-config
This will copy the configuration file to config/sismiop-database.php
.
To change/separate database connection, you can set connection data in your
.env
files:
SISMIOP_CONNECTION=sismiop
Testing
composer test
Catatan
Primary key pada database sismiop menggunakan Composite Keys, sehingga agar relationship dari model satu ke yang lain
dapat berjalan memerlukan paket awobaz/compoships
.
Silahkan lihat dialamat repository untuk detail dari paket tersebut.
Disclaimer
Paket ini tidak menyertakan migration/struktur tabel dari database sismiop. Paket ini hanya berisi model dari tabel yang sebelumnya sudah ada pada database sismiop. Juga tidak semua tabel dan/atau relasi disertakan dalam paket ini.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email wakuadratn@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.