Skip to content

Latest commit

History

History
81 lines (53 loc) 路 1.59 KB

README.md

File metadata and controls

81 lines (53 loc) 路 1.59 KB

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