A realtime search feature with Laravel using Pusher for realtime stuff
Make sure you have npm
and composer
on your local machine
- Clone this repository and cd into it
- Run
composer install
andnpm install
to download laravel dependencies - Run
php artisan key:generate
to generate a key for the app - Set up your pusher account
- Set up your database in your
.env
file and run phpphp artisan migrate --seed
- Execute
npm run dev
to build project assets - Execute
php artisan serve
to run the project in your browser - See the tutorial for useful notes
- Laravel
- Vue
- Vuex
- npm
- Pusher account