SkillAgentSearch skills...

Simrs

Sistem Informasi manajemen Rumah Sakit

Install / Use

/learn @rizalihwan/Simrs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p> <p align="center"> <a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/d/total.svg" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/v/stable.svg" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/license.svg" alt="License"></a> </p>

Installation

  1. Open your terminal and go to your ~/htdocs folder.
  2. Clone this repository git clone https://github.com/rizalihwan/simrs.git
  3. Go inside to folder by cd simrs
  4. Run composer install
  5. Create .env file with command cp .env.example .env
  6. Generate key inside .env file by php artisan key:generate
  7. Start your XAMPP service
  8. Create database on XAMPP, example name: db_laravel
  9. Open .env file and config your database:
    DB_DATABASE='db_laravel'
    
  10. Start your local server php artisan serve
  11. Open link localhost:8000 as default on your browser

Contributing

Thank you for considering contributing to my project! How to contribute:

  1. Fork this Application
  2. Create branch git checkout -b yourName/develop
  3. Commit your contribution git commit -m "New Feature has been Added"
  4. Push to your branch git push origin yourName/develop
  5. Create Pull Request

License

The Laravel framework is open-sourced software licensed under the MIT license.

Contact Info

Feel free to ask me at

View on GitHub
GitHub Stars8
CategoryEducation
Updated9mo ago
Forks2

Languages

PHP

Security Score

67/100

Audited on Jun 11, 2025

No findings