Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T13:54:29.000Z (about 1 year ago)
- Last Synced: 2024-12-23T07:44:05.565Z (19 days ago)
- Topics: checker, framework, interview, job, laravel, livewire, realtime, task, whois, whois-lookup
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 2
- 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