php - Laravel seems to be looking for the old view -
i have created new view called "home" , trying route there "/" root.
code:
route::get('/', function() { homecoming view::make('home'); });
unforunately getting "something went wrong error" when load page.
this see in logs:
[2014-11-09 18:15:35] production.error: exception 'invalidargumentexception' message 'view [hello] not found.'
the previous view name 'hello.php'. current 1 'home.blade.php'.
not sure going on here help appreciated.
cheers!!
php laravel laravel-4
No comments:
Post a Comment