Great walkthroughs, which you also made the web articles for it! Thank you.. such an underrated channel 😊
@daniels72507 ай бұрын
pls also make a video for adding "php myadmin" with herd
@kernag76887 ай бұрын
Thank you @Susna, great video! I'm curious, if I move project folders from Laragon to Herd, will Git stuff stay in place 🤔
@codewithsusan7 ай бұрын
The git stuff for a project is all contained with a hidden .git folder in the project directory. As long as that .git folder is moved with your project folder (it would be if using the methods I described in the video), then yes, all the git stuff will stay in place. 👍
@iarman84747 ай бұрын
I was using WAMP, but today I tried to use Herd, I un-installed WAMP and installed Herd, but after creating a fresh project, the project is not open in the browser, it says not found. Can you help me? Thanks
@codewithsusan7 ай бұрын
Just to confirm, is the application listed in the Herd interface under the Sites section? Assuming it is, try closing and restarting Herd. I've had that resolve site resolution issues in the past.
@rafp87787 ай бұрын
Thank u.
@boodaah-3d7 ай бұрын
Instead of deleting the vendor folder, you should be able to reprocess it using the command: composer dump-autoload