Project ini menggunakan framework Laravel dan Filament.
- Manajemen data surat masuk dan keluar
- Manajemen data pegawai
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 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:
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
Thank you for considering contributing to this project!
The project is open-sourced software licensed under the MIT license.