Closed iammikek closed 4 years ago
Check if the container is running with php artisan served:list
It might be a port inflict. If so, try setting another port (eg 3307), and run php artisan served:up
again. After this try connecting on this port in phpstorm (still 3306 in laravel)
Any luck getting this to work? Sadly I don't own a Mac to test on
yeah. I got it to work when I changed the port with config/served.php
probably just me, but whats your normal process for interacting with the mysql DB?
I've tried to connect via the settings:
both with localhost + 127.0.0.1 via the Database Tab in phpstorm. No dice. Any advice?