nuxt-laravel
nuxt-laravel copied to clipboard
Missing closing bracket in readme
Replace
return file_get_contents(env('NUXT_OUTPUT_PATH', public_path('spa.html'));
With
return file_get_contents(env('NUXT_OUTPUT_PATH', public_path('spa.html')));