@w99910 first check that the appache and mySQL in xampp is running properly if yes go to your browser and put localhost:8000 or the port number you changed
@eliekhazzaka
it's not working. Apache and mysql in xampp is running correctly. Apache is running on port 80 and 443. Mysql is running on port 3306. When I tried url "localhost:8000/phpmyadmin" , the browser said "localhost refused to connect". The url "localhost/phpmyadmin" returns 404.
Ps. The url "localhost" is working fine and I can register user and login successfully.
@ftiersch Yes I had been using phpmyadmin pretty well. I went to try Sail and then I'm stuck here.
Before Laravel Sail, I open xampp and start apache and mysql and cmd "php artisan serve".
and I can access to phpmyadmin with url "localhost/phpmyadmin".