https://github.com/isranlie/laravel_isranlie
Simple hospital management website using laravel
https://github.com/isranlie/laravel_isranlie
bootstrap jquery laravel mysql
Last synced: 3 months ago
JSON representation
Simple hospital management website using laravel
- Host: GitHub
- URL: https://github.com/isranlie/laravel_isranlie
- Owner: IsranLie
- Created: 2025-09-02T12:00:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T12:31:54.000Z (10 months ago)
- Last Synced: 2025-09-02T14:35:06.443Z (10 months ago)
- Topics: bootstrap, jquery, laravel, mysql
- Language: PHP
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel RS
Simple hospital management website using laravel
> give a star if you like it, cheers
#### Features
- Create, Update, Delete, and Search
- Datatables pagination
#### Menus
- Rumah Sakit
- Pasien
- User
### Setup Instructions
To get a local copy of the code, clone it using git:
```
git clone https://github.com/IsranLie/laravel_isranlie.git
cd laravel_isranlie
```
Install composer depedencies:
```
composer install
```
Setting your database connection on .env
Copy .env file:
```
cp .env.example .env
```
App key:
```
php artisan key:generate
```
Migrate database (MySQL) & seeding
```
php artisan migrate --seed
```
Run command:
```
php artisan serve
```
The website will run on the laravel server `http://127.0.0.1:8000/`
```
username: admin
password: password123
```
### Screen Capture

### Demo
https://github.com/user-attachments/assets/5c591ceb-dedc-4ea2-9234-4e89685c805d