https://github.com/uzsoftic/task-whois-checker
Task: WhoIs Checker Livewire (For job review)
https://github.com/uzsoftic/task-whois-checker
checker framework interview job laravel livewire realtime task whois whois-lookup
Last synced: 27 days ago
JSON representation
Task: WhoIs Checker Livewire (For job review)
- Host: GitHub
- URL: https://github.com/uzsoftic/task-whois-checker
- Owner: uzsoftic
- Created: 2022-07-08T09:00:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T13:54:29.000Z (over 2 years ago)
- Last Synced: 2025-10-08T03:04:13.679Z (8 months ago)
- Topics: checker, framework, interview, job, laravel, livewire, realtime, task, whois, whois-lookup
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Task: WhoIs Checker Livewire (For job review)
Realtime check domain whois in live mode (Livewire)
Requirements: Laravel v9, PHP v8, Composer v2, npm
### Step Installation
```shell
composer install
```
```shell
npm i
```
```shell
cp .env.example .env
```
> Edit .env file to configure your web app
```shell
php artisan key:generate
```
```shell
php artisan storage:link
```
Run 2 shell, first artisan, second npm
```shell
php artisan serve
```
```shell
npm run dev
```
Author: @UzSoftic