Laravel Fillament Basic

BUAT PROJEK BARU

laravel new fillament-basic
none
0
mysql
yes
no

buat folder git baru

git init
git add .
git commit -m "master"

hapus seluruh perubahan dan penambahan

git reset --hard
git clean -fd

Leave a Reply