SyntaxFix
Write A Post
Hire A Developer
Questions
In you app config file change the url to localhost/example/public
url
localhost/example/public
Then when you want to link to something
<a href="{{ url('page') }}">Some Text</a>
without blade
<a href="<?php echo url('page') ?>">Some Text</a>