636 B
636 B
First initialize project
-
Run the following command to clone the project
git clone https://github.com/rsakml/Penilaian-Esai.git -
Run the following command to update the laravel package.
composer update -
Run the following command to copy the env.example file into .env
cp .env.example .env -
Run the following command to generate key
php artisan key:generate -
Import database ke MySQL database. Sesuaikan nama database pada MySQL dengan yang ada pada project Laravel, file .env.
-
Then run laravel on another port, this case using port = 8001
Penilaian-Esai>php artisan serve –-port=8001