Tag: development

Retrieving WordPress users using Laravel

Preparing the environment Let’s create a new Laravel project using the command laravel new wp-users-laravel. Select “None” when asked about the starter kit to be used and SQLite for the database. At the moment I am writing this article, the version of Laravel is 12. Go to the project folder and make sure you run […]

Migrating to the wp-scripts: analysing two cases

The wp-scripts (@wordpress/scripts) package is a collection of scripts to standardize and simplify the development of WordPress projects that have to transform and optimize the JavaScript code and other assets (images, fonts, CSS files, etc) to be compatible with the majority of browsers. That way, instead of configuring tools like webpack, Babel and ESLint, you […]