Search code examples
laravel-5

Route voyager posts index not defined


I just have installed voyager at laravel 5.4 and tables migrated but at the end it shows following error

Route [voyager.posts.index] not defined

Solution

  • Re runing php artisan voyager:install will resolve the issue.