Download the PHP package wawans/sismiop-database without Composer
On this page you can find all versions of the php package wawans/sismiop-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wawans/sismiop-database
More information about wawans/sismiop-database
Files in wawans/sismiop-database
Package sismiop-database
Short Description Eloquent Model untuk Database SISMIOP PBB
License MIT
Homepage https://github.com/wawans/sismiop-database
Informations about the package sismiop-database
Laravel Eloquent Model untuk Database SISMIOP PBB
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:
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.
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:
Testing
Catatan
Primary key pada database sismiop menggunakan Composite Keys, sehingga agar relationship dari model satu ke yang lain dapat berjalan memerlukan paket . 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 [email protected] instead of using the issue tracker.
Credits
- Wawan Setyawan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of sismiop-database with dependencies
awobaz/compoships Version ^2.2
illuminate/database Version ^9.0|^10.0
illuminate/support Version ^9.0|^10.0