Skip to content

alimurrofid/official-formadiksi

Repository files navigation

Formadiksi Logo

Official Formadiksi

🚀 Official Formadiksi adalah website official dari Formadiksi Polinema yang berisi tentang informasi kegiatan, keanggotaan, dan lain-lain. Dibuat dengan Laravel 10 dan Bootstrap 5.

Contributors

Requirements Installation

requirement:

Vscode Extension:

  • Laravel Extension Pack

How to install

  1. Clone repository
git clone https://github.com/alimurrofid/official-formadiksi.git
  1. Install & Update Composer
composer update
  1. Copy .env.example to .env
copy .env.example .env
  1. Generate Key
php artisan key:generate
  1. Migration database
php artisan migrate
  1. Seeding database
php artisan db:seed
  1. Create the symbolic link
php artisan storage:link
  1. Run Mailpit
mailpit
  1. Run the server
php artisan serve