Skip to content

🗣 Simple real-time laravel application, with desktop notifications powered by Pusher

Notifications You must be signed in to change notification settings

olayinkaos/pusher-news-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Talk 🗣

Simple real-time Laravel application, with desktop notifications powered by Pusher To test this app locally:

  1. Clone this repo -- git clone https://github.com/olayinkaos/pusher-news-talk.git.
  2. Copy .env.example to .env and configure your local environment variables, especially the database and pusher settings.
  3. Install all dependencies -- composer install && npm install
  4. Generate a new application key - php artisan key:generate
  5. Migrate the database tables -- php artisan migrate
  6. Edit in your Pusher App Key in resources/assets/js/bootstrap.js.
  7. Run using your local web server, or PHP's built-in option - php artisan serve

About

🗣 Simple real-time laravel application, with desktop notifications powered by Pusher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages