Realtime check domain whois in live mode (Livewire)
Requirements: Laravel v9, PHP v8, Composer v2, npm
composer install
npm i
cp .env.example .env
Edit .env file to configure your web app
php artisan key:generate
php artisan storage:link
Run 2 shell, first artisan, second npm
php artisan serve
npm run dev
Author: @UzSoftic