/laravel-pusher-presence

Working with presence channels in a Laravel application

Primary LanguagePHP

Laravel Pusher Presence

Working with realtime presence in a Laravel application. View tutorial.

Getting Started

  • 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

Prerequisites

Built With

  • Pusher - APIs to enable devs building realtime features
  • Laravel - PHP Framework
  • Vue - Javascript framework