Hi!
So by default view are under {project directory}/resources/views/{view.blade.php} in your description you say
" ------ my dir---- views->home.blade.php"
are you sure your have your views in the correct place? because {project directory}/views will have the compiled version of the view.
You may have already done this but do you have your app in debug mode? You can set it in the config/app.php
You should also check the logs under "storage/logs/laravel-yyyy-mm-dd.log that may give you some insight as to what you're missing.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community