I did a composer update to update to Voyager v1.0.4 from 1.0.2 and the media manager is not loading the view. the page only shows MEDIA on the page
Delete public/vendor and republish with
php artisan vendor:publish --tag=voyager_assets --force
then
php artisan view:clear
then ctrl+F5 to reload page
@psmedia90, I'm assuming this is the issue I was helping you with on slack last night. Please see my comment there. The public symlink you have at storage/app/public/public is broken and unnecessary, and is what's breaking the rendering of the page. Please delete it and this should start working.
If that doesn't fix this, please report back and we'll reopen this.
@fletch3555 no that was not the issue from the last nite you fixed that one for me thank you
@vaggelis2018 that did the trick thank you
Okay cool. Glad you got it working
@vaggelis2018 is there a way to run the artisan command to only update the media manager?
@ValerieYeltman I don't think that there is a command to do something like this. If you have custom css or js it is better to use another directory and declare it to voyager config file. This command is just to publish the assets that are shipped with voyager app and needed to be on public folder.
https://voyager.readme.io/v1.0/docs/additional-css-and-js-theming
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.
Most helpful comment
Delete public/vendor and republish with
php artisan vendor:publish --tag=voyager_assets --force
then
php artisan view:clear
then ctrl+F5 to reload page