Skip to content

kanekescom/simasn

Repository files navigation

SIMASN

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

Support us

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.

We deeply appreciate your support. A few cups of coffee to keep us coding would be fantastic. Thank you!

Use pro version

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).

Installation

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

Update

Get updates through the repository with this command:

git pull origin main

Run the composer command:

composer install

Run the migration:

php artisan migrate

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.