laravel website browser preview
Hello, i am new and testing phpstorm on laravel and i don't know how to configure browser to open only public path.
When i am on HomeController.php file and click on browser , this is link open: http://shop:8888/app/Http/Controllers/HomeController.php and i need only http://shop:8888 to see my website.
Can i setup this ?
Thanks for help
请先登录再写评论。
Hello,
The link that opens is related to your configuration at Settings/Preferences | Build, Execution, Deployment | Deployment > deployment server.
Mappings is where web path is mapped to a local path - try changing the mapped path there.