Skip to content

arnaldododo/Si-Manajemen-Surat

Repository files navigation

SI-Manajemen-Surat

Project ini menggunakan framework Laravel dan Filament.

Fitur

  • Manajemen data surat masuk dan keluar
  • Manajemen data pegawai

Instalasi

Copy dan masuk kedalam folder project

cd si-manajemen-surat

Install depedensi melalui komposer

composer install

Copy file konfigurasi .env dan sesuaikan nilainya

cp .env.example .env

Generate key untuk project laravel

php artisan key:generate

Jalankan migrasi untuk membuat tabel pada database

php artisan migrate

Jalankan database seed untuk mengisi data

php artisan db:seed

Mulai menjalankan local development server

php artisan serve

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

About Filament

Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.

Contributing

Thank you for considering contributing to this project!

License

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

Releases

No releases published

Packages

No packages published

Languages