🚀 Official Formadiksi adalah website official dari Formadiksi Polinema yang berisi tentang informasi kegiatan, keanggotaan, dan lain-lain. Dibuat dengan Laravel 10 dan Bootstrap 5.
requirement:
- PHP >= 8.1
- Composer
- Vscode
- Xampp
- Git
- Mailpit-windows-amd64
Vscode Extension:
- Laravel Extension Pack
- Clone repository
git clone https://github.com/alimurrofid/official-formadiksi.git
- Install & Update Composer
composer update
- Copy .env.example to .env
copy .env.example .env
- Generate Key
php artisan key:generate
- Migration database
php artisan migrate
- Seeding database
php artisan db:seed
- Create the symbolic link
php artisan storage:link
- Run Mailpit
mailpit
- Run the server
php artisan serve