You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(which is what Laravel 10 ships with). Before that... the bassets incorrectly got saved to public/bassets instead of storage/app/public/bassets.
My question here is... my configuration was wrong... right? I was using the Demo... the Demo had a very (VERY) old version of the config file... so it was wrong... it wasn't taking into account that people do php artisan storage:link nowadays, correct? So it's not something we should be fixing... But it may be something we'd want to document... in a troubleshooting guide, or something like that. Because I expect people will stumble into this.
Or even as a first installation step (for Bassets), we could tell people to check that their public disk is properly configured and looks like X.
The text was updated successfully, but these errors were encountered:
I still think people might stumble into this, so yes let's document it in the README, perhaps we can create a Troubleshooting section or something. If we were running with a config file that old... I'm sure someone somewhere is doing the same 😅
In order to get it working, I had to change the configured public disk, from:
to
(which is what Laravel 10 ships with). Before that... the bassets incorrectly got saved to
public/bassets
instead ofstorage/app/public/bassets
.My question here is... my configuration was wrong... right? I was using the Demo... the Demo had a very (VERY) old version of the config file... so it was wrong... it wasn't taking into account that people do
php artisan storage:link
nowadays, correct? So it's not something we should be fixing... But it may be something we'd want to document... in a troubleshooting guide, or something like that. Because I expect people will stumble into this.Or even as a first installation step (for Bassets), we could tell people to check that their
public
disk is properly configured and looks like X.The text was updated successfully, but these errors were encountered: