rappasoft/laravel-boilerplate

Getting an error Call to undefined function includeRouteFiles() on fresh install

centralcybersecurity opened this issue · 1 comments

Thank you for this awesome package. I am getting this error on routes/web.php

Call to undefined function includeRouteFiles()

How do I get past this?

Thanks!

That function comes from SystemHelper which is autoloader with HelperServiceProvider. Make sure dump composers autoload and clear all caches.