How to install

  1. clone repository
git clone https://github.com/Y4zidd/ukk_telkom.git
  1. open your project
cd path/ukk telkom
  1. rename .env.example to .env
cp .env.example .env
  1. open folder, with IDE

  2. setting .env, and configuration your database, username, etc

  3. open terminal, run

$ composer install
$ php artisan key:generate
$ php artisan migrate
  1. and run
php artisan serve

#Notes

connect storage link Laravel

php artisan storage:link