Support the ongoing development of Laravel.io →
posted 7 years ago
Views
Last updated 1 year ago.
0

@DHCN04 I had the same issue today when working on a web App
I presumed that you have Admin folder and your adduser is inside Admin folder

It's a best practice to always write your css link like this

<link href="{{ URL::asset('css/styles.css') }}" rel="stylesheet">

And not like this

<link href="css/style.css" rel="stylesheet">

##Hope it helps?

Last updated 7 years ago.
0

dapseen said:

@DHCN04 I had the same issue today when working on a web App
I presumed that you have Admin folder and your adduser is inside Admin folder

It's a best practice to always write your css link like this

<link href="{{ URL::asset('css/styles.css') }}" rel="stylesheet">

And not like this

<link href="css/style.css" rel="stylesheet">

##Hope it helps?

@dapseen yeah it works for my image, but my sidenav still not working well..

it's my admin/adduser -> http://prnt.sc/cpyghc
and it's my adduser -> http://prnt.sc/cpyh5u

it's my first time using laravel and i don't know if using blade is complicated like this hihi..

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

DCHN04 dchn04 Joined 4 Oct 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.