vincenzoraco.devLaravel 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...Mar 23, 2024路4 min read
vincenzoraco.devMulti 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...Jun 5, 2022路4 min read
vincenzoraco.devHow 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...Jun 2, 2022路2 min read
vincenzoraco.dev{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 ...Mar 17, 2022路1 min read
vincenzoraco.devHow 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...Mar 17, 2022路2 min read