Problem Deploying Bagisto on Hostinger
-
Hello everyone! I tried to deploy my Bagisto project on Hostinger, but every time I run
php artisan bagisto install
and enter my database credentials, the installation starts. However, at a certain point, it fails and shows this error:Step: Linking storage directory... In Filesystem.php line 356: Call to undefined function Illuminate\Filesystem\symlink()
I would like to know how to fix this issue. I am using Hostinger.
-
@Douskou226 need run php artisan storage:link and try again