Skip to content

tthdvd/laravel-react-soketi

Repository files navigation

laravel-react-soketi

Basic chat application using Soketi and Laravel's broadcasting feature. You could read more about this here.

Install

Using Docker and Laravel Sail:

docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/opt \
-w /opt \
laravelsail/php80-composer:latest \
composer install --ignore-platform-reqs

Run migration:

php artisan migrate

Install the npm packages and build the js file:

npm install && npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published