- After
git clone
run XAMPP shell - goto directory by
cd YOUR_DIR
- install depadency by
composer install
wait a minute
- goto PHPMYADMIN create databese with
utf8_general_ci
- set
.env
if hasn't change.env.example
and edit it - goto commandline agin run
php artisan migrate:fresh --seed
- OK
php artisan serve
php artisan make:controller AdminIndexController
please use SnakeCase [ตัวแรกพิมพ์ใหญ่ตัวต่อไปพิมพ์เล็ก คำต่อไปพิมพ์ใหญ่ และ ปิดด้วย Controller ]