Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.114.211
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
bootstrap
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
config
[ DIR ]
drwxr-xr-x
2021-02-10 07:03
database
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
node_modules
[ DIR ]
drwxr-xr-x
2021-02-04 21:25
public
[ DIR ]
drwxr-xr-x
2021-02-05 18:23
resources
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
routes
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
storage
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
tests
[ DIR ]
drwxr-xr-x
2021-01-02 22:58
vendor
[ DIR ]
drwxr-xr-x
2021-02-09 19:01
.editorconfig
213
B
-rw-r--r--
2021-02-02 18:24
.env
856
B
-rw-r--r--
2021-02-09 19:41
.env.example
617
B
-rw-r--r--
2021-02-02 18:24
.gitattributes
111
B
-rw-r--r--
2021-02-02 18:24
.gitignore
158
B
-rw-r--r--
2021-02-02 18:24
README.md
751
B
-rw-r--r--
2021-02-02 18:24
artisan
1.65
KB
-rw-r--r--
2021-02-02 18:24
chat-screen1.png
130.25
KB
-rw-r--r--
2021-02-02 18:24
composer.json
1.45
KB
-rw-r--r--
2021-02-09 19:01
composer.lock
270.07
KB
-rw-r--r--
2021-02-09 19:01
package-lock.json
480.55
KB
-rw-r--r--
2021-02-04 21:24
package.json
1.01
KB
-rw-r--r--
2021-02-02 18:24
phpunit.xml
1.11
KB
-rw-r--r--
2021-02-02 18:24
server.php
563
B
-rw-r--r--
2021-02-02 18:24
webpack.mix.js
537
B
-rw-r--r--
2021-02-02 18:24
Save
Rename
# chat-demo This is a simple demo application for https://github.com/musonza/chat/ <p align="left"><img src="chat-screen1.png" alt="chat" width=""></p> 1. Clone this repo 2. `composer install` 3. `cp .env.example .env` 4. Create database and modify .env 5. `php artisan migrate` 6. `php artisan key:generate` 7. `npm install && npm run dev` 8. `php artisan serve` 9. Create 2 user accounts in different browsers and start chatting To use Pusher You need to comment this out https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatForm.vue#L55 Remove this comment https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatMessages.vue#L60