Giter Site home page Giter Site logo

msufians / laravel-realtime-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drehimself/laravel-realtime-example

0.0 0.0 0.0 3.28 MB

Realtime ๐Ÿ• Pizza Order Tracker ๐Ÿ• - Laravel, Vue & Pusher

Home Page: https://www.youtube.com/watch?v=pjK0VMTCtVg

PHP 64.26% Vue 3.57% HTML 32.16%

laravel-realtime-example's Introduction

Realtime Pizza Order Tracker - Laravel, Vue & Pusher

๐Ÿ•๐Ÿ•๐Ÿ•

Code for YouTube video tutorial: https://www.youtube.com/watch?v=pjK0VMTCtVg

Installation

  1. clone the repo and cd into it
  2. composer install
  3. rename or copy .env.example file to .env
  4. Enter your database credentials in your .env file
  5. Change BROADCAST_DRIVER to pusher in your .env file
  6. Enter your Pusher credentials in your .env file. If needed, change cluster in config/broadcasting.php
  7. php artisan migrate
  8. php artisan key:generate
  9. Enter your Pusher key in resources/assets/js/bootstrap.js. If needed, change cluster as well
  10. npm install
  11. npm run dev
  12. php artisan serve or use Laravel Valet
  13. Visit localhost:8000 in your browser
  14. Make a new user and a new pizza order. Open up another window, go to admin, change order status, and watch it update in realtime!

laravel-realtime-example's People

Contributors

drehimself avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.