echo "# Project_RPL2" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/baji-8/Project_RPL2.git git push -u origin main
step run website Laravel (first time)
- run xampp apache dan MySQL
- buka terminal di file projek pppl2
- npm install
- composer install
- copy .env.example .env
- php artisan key:generate
- npm run dev (buat css)
- php artisan serve (preview localhost website)
- buat database di phpmyadmin
- php artisan migrate:fresh --seed (migrate database php)
- php artisan storage:link