Drupal Migrate content from Google Sheets I was given with a task to import content to a Drupal 8 site from data in a XLS file,… Continue reading “Drupal Migrate content from Google Sheets”…
Change field type with existing data on Drupal 8 On this blog post, you will learn how to change a field type with existing data on Drupal. Sometimes, you… Continue reading “Change field type with existing data on Drupal 8”…
Custom authorization error messages in Laravel Gates Pre-requisites: Previous knowledge about Gates and how it works. In this post, I will show you how to return custom… Continue reading “Custom authorization error messages in Laravel Gates”…
Laravel Queues & Horizon Dashboard In computer science queues is a technique for managing processes and objects in a computer. Knowing this we can say… Continue reading “Laravel Queues & Horizon Dashboard”…
Drupal 7 – Increase the size of a field that already has content In one of our projects I have a text field in a content type that the size is of 20… Continue reading “Drupal 7 – Increase the size of a field that already has content”…
Using Laravel model factory for testing In our daily work we normally develop tests for our application to ensure that the functionalities delivered are reliable and… Continue reading “Using Laravel model factory for testing”…
Install & run Drupal from a single command Some of the things that have called our attention over the last months were blog posts where people talked about… Continue reading “Install & run Drupal from a single command”…
Ensuring Laravel Code Styles In 42mate we are very strict to follow the coding standards of the products that we use, so for example… Continue reading “Ensuring Laravel Code Styles”…
Using Xdebug with Vagrant and PHPStorm This is a guide about how to use Xdebug with PHPStorm if our project is running in a Vagrant machine.… Continue reading “Using Xdebug with Vagrant and PHPStorm”…
Hard time debugging?, not anymore with PsySH When we have a weird bug in our app and we already have added var_dumps and dies everywhere in our… Continue reading “Hard time debugging?, not anymore with PsySH”…