/tuku-mobil

Certification Application

Primary LanguagePHP

tuku-mobil

Certification Application

Installing laravel projects from github steps:

1. Go inside the project directory

cd aplikasi-ujian-sertifikasi

2. Install composer using one from the two commands below

composer install/update or composer install/update --ignore-platform-reqs

3. Install npm

npm install

4. Create a copy of .env file

cp .env.example .env

5. Setup your .env file

6. Generate app key

php artisan key:generate

7. Migrate database

php artisan migrate

8. Link storage folder to public

php artisan storage:link

9. Add command below to your .env file

FILESYSTEM_DISK=public