Skip to content

A realtime search engine with Laravel using pusher for realtime stuff

Notifications You must be signed in to change notification settings

Ethiel97/realtime_search_pusher

Repository files navigation

Realtime search feature with Pusher.

A realtime search feature with Laravel using Pusher for realtime stuff

application screenshot

Getting Started

Make sure you have npm and composer on your local machine

  1. Clone this repository and cd into it
  2. Run composer install and npm install to download laravel dependencies
  3. Run php artisan key:generate to generate a key for the app
  4. Set up your pusher account
  5. Set up your database in your .env file and run php php artisan migrate --seed
  6. Execute npm run dev to build project assets
  7. Execute php artisan serve to run the project in your browser
  8. See the tutorial for useful notes

Prerequisites

  • Laravel
  • Vue
  • Vuex
  • npm
  • Pusher account

Built With

  • Pusher channels - Pusher Channels
  • Laravel - Beautiful Php framework
  • Vue - A Great reactive Js framework
  • Vuex - Vuejs state management made simple
  • Bootstrap - A beautiful Css framework
  • Axios - A Js library to handle ajax requests easily

About

A realtime search engine with Laravel using pusher for realtime stuff

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published