Skip to content

yunusdev/algolia-laravel-vuejs

Repository files navigation

This is the source code for a post on medium - https://yunusdev.medium.com/algolia-search-infinity-hits-highlighting-with-laravel-vuejs-2b0015ed9caf

To get the project up and running, Pls Do the following After Cloning:

  • RUN composer install

  • RUN npm install

  • RUN cp .env.example .env or duplicate the .env.example file and name the duplicated one .env

    • Set up DB connection in .env
    • Provide your algolia credentials(ALGOLIA_APP_ID, ALGOLIA_SECRET, MIX_ALGOLIA_APP_ID, MIX_ALGOLIA_SEARCH)
  • RUN php artisan key:generate

  • RUN php artisan migrate --seed

  • RUN php artisan serve (To start the application)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published