How to return the site url without a slash on the end? Url :: home returns with a slash on the end
Url::home(true)
http :: //site.com/
How to get
http :: //site.com
?
Use this code:
Url::base(true);
Source: https://ru.stackoverflow.com/questions/534480/More articles:Merging two networks through OpenVPNNginx 1.11.1 does not work on ubuntu 14.04Transferring data from datagridview from different formsGet value from dynamic inputExpressionVisitor and Short BinaryExpressionCan I add a timer to the switch statement?Tomcat data caching for servletsDo I need bind if you use DNSManager?Pro bxslider sliderExamples of how to enter and register on the site Yii2? [closed]All Articles