Category: Laravel

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 […]