Using Vite with Inertia — Laravel, Vue & TailwindWe’ve been using Laravel-Mix for years and it’s been doing pretty good. However, recently we decided to build a project using Inertia.js…Jun 27, 2021Jun 27, 2021
🔥 Programatically retrying failed jobs in HorizonHorizon is a fantastic tool, which I use in all my projects for my queues.Mar 13, 20213Mar 13, 20213
🔥Query +100k records in whereIn() — LaravelIf you are tinkering with a big data (say are trying to export a huge CSV), you may end up needing to query +100k ids in a whereIn().Oct 8, 20201Oct 8, 20201
🔥 Easily Handle Laravel Errors within AjaxThere are bunch of ways you receive Laravel errors in front-end and inside your ajax request, you need to parse and display the errors…Jun 30, 2020Jun 30, 2020
🔥 Bulk Update Multiple Records with Separate Data — LaravelAs a rule of thumb, we should never run database queries inside a for-loop!Jun 23, 2020Jun 23, 2020
🔥 Flash Messages with Sweetalert— LaravelWhen a user took an action, we all love to show them a success message or error message. I actually like to use sweet-alert as it looks…Jun 21, 2020Jun 21, 2020