laravel
laravel copied to clipboard
Fix to link new storage-directory correctly in subsequent deployments
For subsequent deployments the storage directory needs to be removed completely. Without this change the default storage directory keeps existing and any log additions will be written to default storage/log directory and will be deleted in subsequent deployments.