When I enter my local host ( link ) the page loads but the design does not.
When I enter my local host ( link ) the page loads but the design does not.
Press Ctrl + U and check the source code for your application.
It is not finding style files defined between <head></head>
. They are on the wrong track for some reason.
In particular the bootstrap.min.css file
In Laravel 5 you can try:
<link rel="stylesheet" href="{{ URL::asset('assets/css/bootstrap.min.css') }}">