Working with realtime presence in a Laravel application. View tutorial.
- Clone or download the repository.
- Run
composer install
. - Copy the
.env.example
file to.env
. - Run the command:
php artisan key:generate
- Update the database credentials in your
.env
file. - Update the Pusher application credentials in your
.env
file. - Run the command:
php artisan serve
to start the server. - Visit http://localhost:8000 to see it in action
- Laravel CLI installed on your machine. Installation guide.
- Node.js installed on your machine. Download here.
- SQLite installed on your machine. Installation guide.
- A Pusher account. Create one here.
- Basic PHP/Laravel knowledge.
- Basic CLI knowledge.