Skip to content

rodhisz/laravel_uks

Repository files navigation

Logo

Laravel UKS App

This is a Laravel project about UKS (Unit Kesehatan Sekolah) application for schools in Indonesia.

Prev

Made with :

Features

How To Use

1 - Clone this repository

git clone https://github.com/rodhisz/laravel_uks.git

2 - Run

composer install

3 - Run for macOS or linux

cp .env.example .env

for windows

copy .env.example .env

4 - Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

5 - Run

php artisan key:generate

6 - Run

php artisan migrate

7 - Run

php artisan db:seed

8 - And last run

php artisan serve

Happy Coding ✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published