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

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 39

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

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

  • @oketafred
    @oketafred 6 місяців тому

    Wow, learnt a lot about Laravel scout today 🔥

    • @glennraya
      @glennraya  6 місяців тому

      @@oketafred Thanks

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

    Great content man, Thank you so much 🙏

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

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

    • @glennraya
      @glennraya  6 місяців тому +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.

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

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

    • @glennraya
      @glennraya  5 місяців тому +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

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

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

    • @glennraya
      @glennraya  5 місяців тому +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.

  • @AmitErandole
    @AmitErandole 6 місяців тому +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  6 місяців тому

      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 6 місяців тому

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

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

    amazing video thanks

    • @glennraya
      @glennraya  6 місяців тому

      @@kingstalker you're welcome

  • @matthewmiranda4227
    @matthewmiranda4227 6 місяців тому

    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  6 місяців тому +1

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

  • @aissaamina7706
    @aissaamina7706 5 місяців тому

    thnks for sharing

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

    Do you have any solution for timeout in scout?

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

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

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

      @@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.

  • @ifeanyinnaemego
    @ifeanyinnaemego 6 місяців тому

    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  6 місяців тому +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.

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

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

  • @Neessam-k9z
    @Neessam-k9z 2 місяці тому

    Would this work with laravel version 5.8.38?

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

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

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

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

    • @glennraya
      @glennraya  6 місяців тому

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

  • @kaiserdianalan7059
    @kaiserdianalan7059 6 місяців тому

    Wow 🙌🏻

  • @dedy962
    @dedy962 6 місяців тому

    Amazing...

  • @juneldelacuadra5973
    @juneldelacuadra5973 6 місяців тому

    Amazing

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

    mamaw content as always

    • @glennraya
      @glennraya  5 місяців тому

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

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

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

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

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