Skip to content

feat: [#597] add support for package install/uninstall via artisan commands - #81

Merged
almas-x merged 1 commit into
masterfrom
setup
May 13, 2025
Merged

feat: [#597] add support for package install/uninstall via artisan commands#81
almas-x merged 1 commit into
masterfrom
setup

Conversation

@almas-x

@almas-x almas-x commented May 12, 2025

Copy link
Copy Markdown
Contributor

📑 Description

Resolve goravel/goravel#597

minio

✅ Checks

  • Added test cases for my code

@hwbrzzl hwbrzzl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍 Did you test this locally, please? Could you add a screenshot of the result?

Comment thread facades/minio.go Outdated
}

return instance.(*minio.Minio)
return instance.(*minio.Minio), err

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return instance.(*minio.Minio), err
return instance.(*minio.Minio), nil

@almas-x

almas-x commented May 12, 2025

Copy link
Copy Markdown
Contributor Author

Nice 👍 Did you test this locally, please? Could you add a screenshot of the result?

Yes, I tested everything locally.
I’ll add a GIF screenshot after goravel/framework#1030 is merged, since it affects the visible behavior.

@hwbrzzl hwbrzzl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@almas-x
almas-x merged commit 4989ab7 into master May 13, 2025
@almas-x
almas-x deleted the setup branch May 13, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Storage Driver Selection During Project Initialization

2 participants