Skip to content

Davpyu/sistem-persuratan-elektronik

Repository files navigation

Sistem Persuratan Elektronik

Sistem persuratan dan disposisi secara elektronik berbasis website

Prerequisites

  • XAMPP - Server Lokal (Gunakan versi terbaru)
  • Composer - PHP Dependency Manager

Installation

Clone the repository

git clone https://github.com/InitalDevil/sistem-persuratan-elektronik

Open your project

cd '\path\to\your\project'

Installing Laravel Dependencies

composer install

Copy .env

Windows

copy .env.example .env 

Linux

cp .env.example .env 

Generate key

php artisan key:generate

Update these setting in .env file:

  • DB_DATABASE (your local database, i.e. "sisg")
  • DB_USERNAME (your local db username, i.e. "root")
  • DB_PASSWORD (your local db password, i.e. "")

Run your server

Use XAMPP or run these

php artisan serve

and open it on your browser with url localhost:8000 or 127.0.0.1:8000

Migrate your database

php artisan migrate

Other Notes

Laravel Docs:

https://laravel.com/docs/6.x

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors