akukoder / fortify-tabler-admin

Fortify Tabler Admin is a Laravel Fortify UI preset, built with an open source Tabler Admin Theme.
MIT License
14 stars 4 forks source link

can't install on fresh laravel10 #12

Open ser-tec opened 5 months ago

ser-tec commented 5 months ago

Fortify UI has been installed. Proceeding to install the preset.

ErrorException

copy(C:\laragon\www\dieci\lang/en/auth.php): Failed to open stream: No such file or directory

at vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:342 338▕ @return bool 339▕ / 340▕ public function copy($path, $target) 341▕ { ➜ 342▕ return copy($path, $target); 343▕ } 344▕ 345▕ /* 346▕ Create a symlink to the target file or directory. On Windows, a hard link is created if the target is a file.

1 vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:342

2 vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:355 Illuminate\Filesystem\Filesystem::copy("C:\laragon\www\dieci\vendor\akukoder\fortify-tabler-admin\src\Commands/../../stubs/resources/lang/en/auth.stub", "C:\laragon\www\dieci\lang/en/auth.php")