@@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.
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
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.
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.
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.
@@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.
The video offers detailed guidance on integrating Laravel with Meilisearch. Highly recommended.
Thank you! 😊
Wow, learnt a lot about Laravel scout today 🔥
@@oketafred Thanks
Amazing content, very clear and easy to follow. Just wondering, how did you turn the "php artisan" comman to an alias "hey". Thanks!
Thank you! you can set an alias to your shell's bash/zshrc shell script like: alias hey="php artisan "
Awesome work I had to Subscribed. Ii it possible to host Meilisearch on a separate serve. Is Meilisearch opensource ?
@@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.
Great content man, Thank you so much 🙏
Amazing video. Your VS Code looks amazing, can you share your settings?
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
Amazing video, btw what is the name of the vscode themes that used in the videos?
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.
Would this work with laravel version 5.8.38?
Hi, I'm not sure if it's compatible with 5.8. You can check the minimum version for Scout in the docs.
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?
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.
@@glennraya aah. It's the .gz file. Didn't spot that
Thank you for this. I find better tutorial. Keep it up
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
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.
Do you have any solution for timeout in scout?
Maybe you can increase the timeout? or maybe cache the results to reduce load.
@@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.
amazing video thanks
@@kingstalker you're welcome
thnks for sharing
You're welcome!
Can you make a video on your vs code theme and customisation because i like your vs code theme setup ❤. Please 🙏.
Thank you! You can use "Custom CSS and JS Loader" extension on vscode, you can define custom stylings in a CSS file.
Wow 🙌🏻
Amazing...
Thank you!
Amazing
mamaw content as always
Thanks po. 😁 I will be uploaded a new one tomorrow. Thanks
@@glennraya can you make a video of the vs code extensions you use for Laravel? thanks
@@christiancolewan yes, I'm planning to do so, it's highly customized far from the themes can give you.