-
Clone respository to your local folder
git clone https://github.com/ryanf10/FP-LBE-RPL-Kelompok1.git <folder name>
-
Install
laravel/ui
packagecomposer require laravel/ui "^1.0"
-
Run
composer dump-autoload
-
Duplicate .env.example and rename to .env
-
Create a database named
laravel
in yourSQL
and runphp artisan migrate:fresh --seed
-
Generate application encryption key
php artisan key:generate
-
To view, run
php artisan serve
*do instruction 2-7 in your project folder