From f4da74aeb0116ad0943c205cee8aa350e16e56ec Mon Sep 17 00:00:00 2001 From: saeed Date: Mon, 12 Feb 2024 19:24:59 +0330 Subject: [PATCH] Update AdminLTELocalizedPreset.php Solving "Failed to open stream: No such file or directory" error problem on running "php artisan ui adminlte-localized --auth" command --- src/AdminLTELocalizedPreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdminLTELocalizedPreset.php b/src/AdminLTELocalizedPreset.php index 7e1d383..85f3206 100644 --- a/src/AdminLTELocalizedPreset.php +++ b/src/AdminLTELocalizedPreset.php @@ -55,7 +55,7 @@ public function install() */ protected static function updateViteConfiguration() { - copy(__DIR__.'../adminlte-stubs/bootstrap/vite.config.js', base_path('vite.config.js')); + copy(__DIR__.'/../adminlte-stubs/bootstrap/vite.config.js', base_path('vite.config.js')); } /**