I'm Zuhri Utama, A. I have strong knowledge for PHP especially in Laravel Ecosystem.
This is my source code of my personal website on www.zuhriutama.com. Built on top Laravel and FilamentPHP.
git clone https://github.com/uthadehikaru/zuhriutama.com
cd zuhriutama.com
composer install
cp .env.example .env
(modifiy .env for database access)
php artisan key:generate
php artisan migrate --seed
php artisan serve