Skip to content

axelbol/laravel-realtime-notification

Repository files navigation

Realtime pizza tracker with Laravel 7 - Vue and Pusher

This is a Laravel 7 project where we work Realtime notifications with Vue.js and Pusher.

This project has 3 branches.

  • The crud branch has the starting point to start this project.
  • The realtime branch has all the work done and all the configurations done to send realtime notifications.
  • The master branch has the final project.

How to use

Code for Real-Time Notifications Laravel

  • Clone the repository with git clone
  • Copy .env.example file to .env
  • Edit database credentials in .env
  • Change BROADCAST_DRIVER to pusher in .env
  • Enter your pusher credentials in .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed
  • Run npm install
  • Run npm run dev
  • Run php artisan serve (if you want to use other port add --port=90)
  • You can register by clicking on top-right

License

Feel free to use and re-use any way you want.

More

Tip

After cloning you can see all the branches with git branch -a and you can go to the branch you want with git checkout BranchName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published