This is a simple messenger
Run next commands:
- git clone https://github.com/DMITRII1548/chat.git
- composer i
- npm i
Create .env file and run next command:
- php artisan key:generate
Add mail, websocket and database configuration to .env file and run next commands:
-
php artisan migrate
-
php artisan storage:link
-
npm run build