Laravel Sail is a light-weight command-line interface for interacting with Laravel's default Docker development environment. Sail provides a great starting point for building a Laravel application using PHP, MySQL, and Redis without requiring prior Docker experience.
In this topic, we will talk about PhpMyAdmin Fan. While releasing laravel sail, PHPMyAdmin is not recommended in laravel sail. Some developers are not switched to TablePlus. So, you can add PHPMyAdmin into the laravel sail container. It's not Big Deal!. P.S - DRY.
1. Find Docker Compose
In your project root, find and open up docker-compose.yml and within the services block add the PHPMyAdmin service: