mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

error 404 all.css login and register #407

Closed JohnCubides closed 4 years ago

JohnCubides commented 6 years ago

How can I solve this problem?

project url = 192.168.100.100/pruebas/public/login

search css in = 192.168.100.100/css/all.css

login in to = 192.168.100.100/login.

in the installation of laravel does not generate this error

error adminlte

laravel

davenorthcreek commented 5 years ago

You have your site being served out of a subdirectory. You'll need to change the links to relative links or serve out of a vhost (I would use pruebas.local) if you have control over the server.

manelgavalda commented 4 years ago

As @davenorthcreek pointed out, you need to change the paths. Your css must be in the public directory, so you need to update the link to point /pruebas/public/css/all.css.