Lightning-Fast Laravel Search with Meilisearch: Build a Google-like Search Engine!

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 39

  • @CoderMadan
    @CoderMadan 4 місяці тому +1

    The video offers detailed guidance on integrating Laravel with Meilisearch. Highly recommended.

  • @oketafred
    @oketafred 4 місяці тому

    Wow, learnt a lot about Laravel scout today 🔥

    • @glennraya
      @glennraya  4 місяці тому

      @@oketafred Thanks

  • @matthewmiranda4227
    @matthewmiranda4227 4 місяці тому

    Amazing content, very clear and easy to follow. Just wondering, how did you turn the "php artisan" comman to an alias "hey". Thanks!

    • @glennraya
      @glennraya  4 місяці тому +1

      Thank you! you can set an alias to your shell's bash/zshrc shell script like: alias hey="php artisan "

  • @targetx1733
    @targetx1733 3 місяці тому +2

    Awesome work I had to Subscribed. Ii it possible to host Meilisearch on a separate serve. Is Meilisearch opensource ?

    • @glennraya
      @glennraya  3 місяці тому +1

      @@targetx1733 hi, thank you! Yes Meilisearch is open source and completely free. And yes you can host it in a separate server. Just like you can host a frontend on a different server from the backend.

  • @MohamedElguarir
    @MohamedElguarir 4 місяці тому +1

    Great content man, Thank you so much 🙏

  • @josiasvelazquez1095
    @josiasvelazquez1095 3 місяці тому +1

    Amazing video. Your VS Code looks amazing, can you share your settings?

    • @glennraya
      @glennraya  3 місяці тому +1

      Hi, thank you!, I use "Custom CSS and JS Loader" VS Code extension to customize the IDE far more what you can get from just installing a theme. That extension is really easy to use. And here's my VS Code settings: github.com/glennraya/vscode-settings-json

  • @imansyaefulloh
    @imansyaefulloh 4 місяці тому +1

    Amazing video, btw what is the name of the vscode themes that used in the videos?

    • @glennraya
      @glennraya  4 місяці тому +1

      Thank you! 😊 The theme is Ayu Dark, but I extensively modified many of vscode's UI. You also can by installing "custom CSS and JS loader" extension where you can define your custom styles.

  • @Neessam-k9z
    @Neessam-k9z 13 днів тому

    Would this work with laravel version 5.8.38?

    • @glennraya
      @glennraya  13 днів тому +1

      Hi, I'm not sure if it's compatible with 5.8. You can check the minimum version for Scout in the docs.

  • @AmitErandole
    @AmitErandole 4 місяці тому +1

    I am trying to use the linked repo but can't see how to seed the movie data. I see there is a data.ms folder - but how do I use that?

    • @glennraya
      @glennraya  4 місяці тому

      Hi, the data.ms directory is the default directory where Meilisearch store the indexes, you don't need to touch that, as for the movie database it is inside the database directory, it's zipped. You can just import it to your current database. I didn't include any database seeders, so you could just import the SQL files using your database client.

    • @AmitErandole
      @AmitErandole 4 місяці тому

      @@glennraya aah. It's the .gz file. Didn't spot that

  • @JLF_17
    @JLF_17 Місяць тому

    Thank you for this. I find better tutorial. Keep it up

  • @ifeanyinnaemego
    @ifeanyinnaemego 4 місяці тому

    Say i have an admin session with many pages. Can I use this to create a search that will help me find some of the pages

    • @glennraya
      @glennraya  4 місяці тому +1

      Yes, you can. Ensure you persist your admin menu structure (URL, menu title, etc.) on a database, and you can index them the same way I did in the video.

  • @Md.NajmulHasan-xo9qh
    @Md.NajmulHasan-xo9qh 2 місяці тому

    Do you have any solution for timeout in scout?

    • @glennraya
      @glennraya  2 місяці тому

      Maybe you can increase the timeout? or maybe cache the results to reduce load.

    • @Md.NajmulHasan-xo9qh
      @Md.NajmulHasan-xo9qh 2 місяці тому

      @@glennraya I didn't find any option for timeout in scout. If you fetch the data throw scout then if you face any connection error scout not handle that.

  • @kingstalker
    @kingstalker 4 місяці тому +1

    amazing video thanks

    • @glennraya
      @glennraya  4 місяці тому

      @@kingstalker you're welcome

  • @aissaamina7706
    @aissaamina7706 3 місяці тому

    thnks for sharing

  • @amulgandhiwala
    @amulgandhiwala 4 місяці тому +1

    Can you make a video on your vs code theme and customisation because i like your vs code theme setup ❤. Please 🙏.

    • @glennraya
      @glennraya  4 місяці тому

      Thank you! You can use "Custom CSS and JS Loader" extension on vscode, you can define custom stylings in a CSS file.

  • @kaiserdianalan7059
    @kaiserdianalan7059 4 місяці тому

    Wow 🙌🏻

  • @dedy962
    @dedy962 4 місяці тому

    Amazing...

  • @juneldelacuadra5973
    @juneldelacuadra5973 4 місяці тому

    Amazing

  • @christiancolewan
    @christiancolewan 3 місяці тому +1

    mamaw content as always

    • @glennraya
      @glennraya  3 місяці тому

      Thanks po. 😁 I will be uploaded a new one tomorrow. Thanks

    • @christiancolewan
      @christiancolewan 3 місяці тому +1

      @@glennraya can you make a video of the vs code extensions you use for Laravel? thanks

    • @glennraya
      @glennraya  3 місяці тому +1

      @@christiancolewan yes, I'm planning to do so, it's highly customized far from the themes can give you.