0

After fixing '/public' URL using solution provided at link Laravel 5 - Remove public from URL , there is new problem arise where the custom fonts in style.css stopped working.

Followed the solution provided by user @ka_lin , everything is working fine except the font-face.

Community
  • 1
  • 1
Neeraj
  • 41
  • 5
  • Paths? Urls? Links? Some code? – piotr Dec 07 '16 at 19:19
  • There are many different approaches at the link from which you used the solution. Which one did you use? Defining a vhost is the most simple and most "Laravel like" solution. Many helper functions in Laravel depend upon the default paths assuming the default **public** folder - which should not be moved/altered. Provide some more info regarding your implementation. – Donkarnash Dec 08 '16 at 08:47
  • Thanks piotr and Donkarnash but the approach which was using previously through link http://stackoverflow.com/questions/28364496/laravel-5-remove-public-from-url is not a standard one as it will expose important files like .env which usually present on root folder. So I used another approach and its working very well for me. – Neeraj Dec 08 '16 at 13:41

0 Answers0