coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 358 forks source link

Menu links go to localhost, which doesn't work. #41

Closed airliajsmith closed 4 years ago

airliajsmith commented 4 years ago

The links keep going to localhost, which doesn't work, but 127.0.0.1:8000 does. How do I make that change with your template?

Example: http://localhost/login is what I get when I click on the Login button on the left side.

rakieta2015 commented 4 years ago

In the ".env" configuration file, there is a line: "APP_URL=". Just change its value to update the links in the sidebar. For example: APP_URL=http://127.0.0.1:8001

airliajsmith commented 4 years ago

I had to change settings in the hosts file to fix it. Thanks!