underdpt's avatar

underdpt liked a comment+100 XP

1w ago

Leveraging AI for Laravel Development: Ep 2, Laravel Boost is a Must

@christogonus

if you're using windows, check mcp.json file inside .junie/mcp/mcp.json change all the \ in the directory url to /

eg

 "command": "C:\\wamp64\\bin\\php\\php8.4.15\\php.exe",

to

 "command": "C:/wamp64/bin/php/php8.4.15/php.exe",