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

 

0
Avatar
Permanently deleted user

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.

0

请先登录再写评论。