0👍
You can solve this problem by another command for creating a symbolic link by terminal/cmd/shh:
ln -s /path/to/laravel/storage/app/public /path/to/public/storage
This will create a folder in the public directory, which can be accessed from the public folder.
- [Vuejs]-How to pass array data from Laravel Inertia Js render method to child component from parent component in Vue 3?
- [Vuejs]-VueJS Multiple conditions for style
Source:stackexchange.com