Laravel Nova: Adding confirmation text on destructive actions Have you ever tried to delete a GitHub repository? If you’ve done that before, you probably noticed that it’s required… Continue reading “Laravel Nova: Adding confirmation text on destructive actions”…
How to test webhooks locally (even if your local application runs in a container) Sometimes we need to add endpoints to allow other applications to send us webhooks. Some applications, such as Stripe, provide… Continue reading “How to test webhooks locally (even if your local application runs in a container)”…
📢 A call for Laravel developers! At 42mate, we are expanding our team for the development of applications with Laravel. Continue reading “📢 A call for Laravel developers!”…
Teleport – Introduction Secure remote access and identity management are crucial for IT operations, Teleport emerges as a comprehensive open source platform designed… Continue reading “Teleport – Introduction”…
Teleport – How to use it with Ansible? In modern IT environments, managing secure remote access to servers is essential. Teleport provides a secure framework for accessing servers… Continue reading “Teleport – How to use it with Ansible?”…
Integrate Snowflake with Laravel Snowflake is a cloud-based data warehousing service that offers high performance, scalability, and flexibility for managing large volumes of data.… Continue reading “Integrate Snowflake with Laravel”…
Logging changes in Laravel using Traits In this post I’ll show you how to track all the changes (created, updated and deleted) from any model that… Continue reading “Logging changes in Laravel using Traits”…
Dockerizing Socket.IO using Laradock (with Redis and Nginx) This is a guide on how we implemented a Socket.IO server using Laravel as our backend application and posting our events through Redis. Continue reading “Dockerizing Socket.IO using Laradock (with Redis and Nginx)”…
Upgrade Drupal from 9 to 10 We needed to upgrade multiple Drupal sites from 9 to the last supported version, which at the moment I write… Continue reading “Upgrade Drupal from 9 to 10”…
Improving page loading time in Laravel Nova In this post we will learn how to improve the page loading time of Laravel Nova when our setup contains… Continue reading “Improving page loading time in Laravel Nova”…
Event Orchestration with Laravel’s Bus Chain In the ever-evolving landscape of Laravel, developers are continually discovering new and powerful features that streamline their workflows. One such… Continue reading “Event Orchestration with Laravel’s Bus Chain”…
Search Engine Optimization What is SEO? Search engine optimization (SEO) is a process of optimizing your website with the goal of improving your… Continue reading “Search Engine Optimization”…