nuxt-laravel icon indicating copy to clipboard operation
nuxt-laravel copied to clipboard

Missing closing bracket in readme

Open PletPeter opened this issue 4 years ago • 0 comments

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')));

PletPeter avatar Mar 20 '21 21:03 PletPeter