| .. | ||
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| lang/en | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .styleci.yml | ||
| artisan | ||
| composer.json | ||
| composer.lock | ||
| package-lock.json | ||
| package.json | ||
| phpunit.xml | ||
| README.md | ||
| webpack.mix.js | ||
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