Make an include folder under public and try:
<link rel="stylesheet" href="include/jquery-ui-1.11.1.custom/jquery-ui.css">
In mine I don't't need to use:
<link rel="stylesheet" href="public/include/jquery-ui-1.11.1.custom/jquery-ui.css">
But they are in public/include.
And if this doesn't work try:
<link rel="stylesheet" href="../public/include/jquery-ui-1.11.1.custom/jquery-ui.css">
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community