SIMASN (Sistem Informasi Manajemen ASN) is a freemium Laravel-based application designed to manage ASN data within local government environments and is integrated with the SIASN BKN.
Looking to provide meaningful support? Use the platforms below to contribute to open-source software developers. Each contribution significantly aids in the continued development and enhancement of technology that benefits everyone.
- Buy Me a Coffee https://s.id/hadibmac
- Patreon https://s.id/hadipatreon
- Saweria https://s.id/hadisaweria
We deeply appreciate your support. A few cups of coffee to keep us coding would be fantastic. Thank you!
We also offer a professional version and are excited for you to try it out. This version helps us consistently deliver high-quality software. For more information, please contact us at kanekescom@gmail.com or visit linktr.ee/achmadhadikurnia (maintainer).
You can install the application via composer:
composer create-project kanekescom/simasn
However, it is more recommended to use the clone mechanism to easily receive updates from us by running the following command:
git clone https://github.com/kanekescom/simasn
Enter the installation directory:
cd simasn
Then run the composer command:
composer create-project
Open the application using browser after run this command:
php artisan serve
Get updates through the repository with this command:
git pull origin main
Run the composer command:
composer install
Run the migration:
php artisan migrate
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.