diff --git a/config/laroute.php b/config/laroute.php index 6866c49..c5ad807 100644 --- a/config/laroute.php +++ b/config/laroute.php @@ -47,7 +47,7 @@ * the ported helper Laravel url/route functions and the route data to go * with them. */ - 'template' => 'vendor/lord/laroute/src/templates/laroute.js', + 'template' => base_path('vendor/lord/laroute/src/templates/laroute.js'), /* * Appends a prefix to URLs. By default the prefix is an empty string.