Skip to main content
426
results
Andrew Fletcher
Changes in your .env file Connecting your app to the new environment you need to make some tweaks in your .env file. Change your DB_HOST to database. If you use MySQL or MariaDB Lando will create a database named laravel for you with a user laravel and the password laravel. The database section in your .env should look like this: DB_CONNECTION=mysql DB_HOST=database DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=laravel DB_PASSWORD=laravelIf you use Postgres the settings should look like...
Andrew Fletcher
Clear DNS Cache The DNS (Domain Name Service) cache on your Mac helps browsers...
Andrew Fletcher
Do you want set up a CI/CD process using GitHub Actions? This is a walk-through...
Andrew Fletcher
If like me you tried the command php artisanHowever, you had the following...
Andrew Fletcher
Changing git push from passphrase?  There are several ways to tackle this...
Andrew Fletcher
Connecting a device and testing in Xcode have you had a no profiles error? Showing All Messages The operation couldn’t be completed. Unable to log in with account '{email}'. The login details for account '{email}' were rejected. No profiles for '{bundle identifier}' were found: Xcode couldn't find any iOS App Development provisioning profiles matching '{bundle identifier}'.These two messages are interconnected.  To resolve this step, go Xcode > Preferences > Accounts Check that you...
Andrew Fletcher
Let say in composer.json you have "drupal/core-recommended": "^9.2" You're...
Andrew Fletcher
Getting Started with Cocoapods Installation Built with Ruby, Cocopods is...
Andrew Fletcher
Investigating Swoole.   After reading about Swoole on Medium article -...
Andrew Fletcher
Have you tried adding custom synonyms to Solr on Drupal? How did you go? What do...
Andrew Fletcher
  RayCast Replace Spotlight with RayCast.  And you can be the judge of performance. I'll flag that RayCast offers many extra features like snippets, extensions etc that you will regularly use.   Spark Email Yep - I ditched OSX Mail client.  Spark is one of the best email client I found.   Sequel Ace Sequel Ace is my Database Management tool.   iTerm Time to replace Terminal with iTerm.   VS Code I spent most of my development time with VS Code.  As a...
Andrew Fletcher
We are going to work through two methods of creating the SOLR cores. Variables...
Andrew Fletcher
Updating to PHP 8.1, I found this interesting code stop... Deprecated function:...
Andrew Fletcher
Running Docker Dangerous word... I'm assuming that Docker is installed....
Andrew Fletcher
Running Docker and attempting to install a web proxy environment where I'm...