wawans/sismiop-database

Eloquent Model untuk Database SISMIOP PBB

v2.1.0 2024-02-02 10:24 UTC

This package is auto-updated.

Last update: 2024-03-31 10:50:45 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

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.