VRVincenzo Racoinvincenzoraco.dev路Mar 23, 2024 路 4 min readLaravel Exceptions EnhancedHi! Today I want to share the approach that I use when I need to handle custom Exception in my Laravel projects. Why is it important to create and use custom Exceptions? 馃檭 You may skip this section if you are just interested in the code. The Exce...00
VRVincenzo Racoinvincenzoraco.dev路Jun 5, 2022 路 4 min readMulti Region Deployment with Laravel Vapor and CloudflareHi, today I am going to show you how I've managed to have Laravel Vapor deployed in multiple regions, while having all the instances connecting to one RDS Database using Cloudflare Traffic Load Balancer. This setup monthly cost is: Laravel Vapor: $3...01D
VRVincenzo Racoinvincenzoraco.dev路Jun 2, 2022 路 2 min readHow to consume Shopify Custom App API from LaravelHi, today I'm going to show you how to setup and consume Shopify API from a Custom App created in the Shopify admin page. Shopify already provides a PHP library ( https://github.com/Shopify/shopify-php-api) that helps to authorize your application us...02SA
VRVincenzo Racoinvincenzoraco.dev路Mar 17, 2022 路 1 min read{Svelte} How to Dynamically Inject CSS ClassesHi, today I want to show you how I dynamically assign CSS classes to an HTML tag. I really like Svelte, but I miss the class bindings in VueJS https://vuejs.org/guide/essentials/class-and-style.html#binding-html-classes and since the Svelte team has ...00
VRVincenzo Racoinvincenzoraco.dev路Mar 17, 2022 路 2 min readHow to connect Meilisearch on Laravel ForgeHi, today I'm going to show you how to connect a Meilisearch server to a Laravel Forge server app. As you might know, Laravel Forge supports 7 types of server and one of them is Meilisearch. The Meilisearch instance must have its own server - for tes...00