I am making a dockerized application with Laravel 7, when doing a migration in the CLI the .php file is created and I can see it in the CLI but in the folder where my project is located that file is not shown, so I can not see in Visual Studio Code to be able to work with it, what can I do to show that file?
@plasticheart I'm not using Visual Studio Code, but in PhpStorm you can do right click on the directory in project structure and do "Reload from Disk" (force reloading files/folders). I think Visual studio should have something similar to force update