https://github.com/ethiel97/realtime_search_pusher
A realtime search engine with Laravel using pusher for realtime stuff
https://github.com/ethiel97/realtime_search_pusher
axios laravel lodash pusher-channels realtime vue-component vuejs vuex
Last synced: 9 months ago
JSON representation
A realtime search engine with Laravel using pusher for realtime stuff
- Host: GitHub
- URL: https://github.com/ethiel97/realtime_search_pusher
- Owner: Ethiel97
- Created: 2018-09-18T00:15:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:56:55.000Z (about 3 years ago)
- Last Synced: 2025-03-12T17:22:28.300Z (10 months ago)
- Topics: axios, laravel, lodash, pusher-channels, realtime, vue-component, vuejs, vuex
- Language: PHP
- Size: 4.79 MB
- Stars: 15
- Watchers: 2
- Forks: 8
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Realtime search feature with Pusher.
A realtime search feature with Laravel using Pusher for realtime stuff

## 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](https://dashboard.pusher.com/accounts/sign_up)
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](https://pusher.com/tutorials/search-laravel-vue) for useful notes
### Prerequisites
* Laravel
* Vue
* Vuex
* npm
* Pusher account
## Built With
* [Pusher channels](https://pusher.com/channels) - Pusher Channels
* [Laravel](https://laravel.com/) - Beautiful Php framework
* [Vue](https://vuejs.org/) - A Great reactive Js framework
* [Vuex](https://vuejs.org/) - Vuejs state management made simple
* [Bootstrap](https://getbootstrap.com) - A beautiful Css framework
* [Axios](https://vuejs.org/) - A Js library to handle ajax requests easily