bajapro/Penilaian-Esai
2025-06-07 16:18:13 +07:00
..
app first commit 2025-06-07 16:18:13 +07:00
bootstrap first commit 2025-06-07 16:18:13 +07:00
config first commit 2025-06-07 16:18:13 +07:00
database first commit 2025-06-07 16:18:13 +07:00
lang/en first commit 2025-06-07 16:18:13 +07:00
public first commit 2025-06-07 16:18:13 +07:00
resources first commit 2025-06-07 16:18:13 +07:00
routes first commit 2025-06-07 16:18:13 +07:00
storage first commit 2025-06-07 16:18:13 +07:00
tests first commit 2025-06-07 16:18:13 +07:00
.editorconfig first commit 2025-06-07 16:18:13 +07:00
.gitattributes first commit 2025-06-07 16:18:13 +07:00
.gitignore first commit 2025-06-07 16:18:13 +07:00
.styleci.yml first commit 2025-06-07 16:18:13 +07:00
artisan first commit 2025-06-07 16:18:13 +07:00
composer.json first commit 2025-06-07 16:18:13 +07:00
composer.lock first commit 2025-06-07 16:18:13 +07:00
package-lock.json first commit 2025-06-07 16:18:13 +07:00
package.json first commit 2025-06-07 16:18:13 +07:00
phpunit.xml first commit 2025-06-07 16:18:13 +07:00
README.md first commit 2025-06-07 16:18:13 +07:00
webpack.mix.js first commit 2025-06-07 16:18:13 +07:00

First initialize project

  1. Run the following command to clone the project git clone https://github.com/rsakml/Penilaian-Esai.git

  2. Run the following command to update the laravel package. composer update

  3. Run the following command to copy the env.example file into .env cp .env.example .env

  4. Run the following command to generate key php artisan key:generate

  5. Import database ke MySQL database. Sesuaikan nama database pada MySQL dengan yang ada pada project Laravel, file .env.

  6. Then run laravel on another port, this case using port = 8001
    Penilaian-Esai>php artisan serve -port=8001