Laravel does not carry Visual part

Asked

Viewed 701 times

0

  • No, it won’t! It’s set up wrong, that’s why.

1 answer

2


Press Ctrl+U and check the source code for your application.

It is not finding the defined style files between <head></head>. You’re on the wrong track for some reason.

In particular the bootstrap.min.css file

On Laravel 5 you can try:

<link rel="stylesheet" href="{{ URL::asset('assets/css/bootstrap.min.css') }}">
  • Hello, in my case I hosted the app in the public_html folder of Hostinger... and in place of Assets/css I have to use public/css, is correct?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.