Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set based disk #76

Closed
wants to merge 2 commits into from
Closed

set based disk #76

wants to merge 2 commits into from

Conversation

davitbek
Copy link

I made PR for this issue
#72

Copy link
Member

@driesvints driesvints left a comment

Choose a reason for hiding this comment

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

Neat! Thanks for the PR. I'll give this an even more thorough review/try-out when you've done the first changes here.

config/blade-icons.php Outdated Show resolved Hide resolved
src/Exceptions/CannotRegisterIconSet.php Outdated Show resolved Hide resolved
src/Factory.php Show resolved Hide resolved
src/Factory.php Show resolved Hide resolved
src/Factory.php Outdated Show resolved Hide resolved
src/Factory.php Show resolved Hide resolved
@davitbek
Copy link
Author

Hi @driesvints . I have made some changes based your suggestions. Can you check please

@driesvints
Copy link
Member

FYI: I haven't forgotten about this but I'm probably picking this up as soon as I get Blade UI Kit out of the door so that might still be a while.

@@ -15,7 +15,7 @@ public static function pathNotDefined(string $set): self

public static function pathOrDiskNotDefined(string $set): self
{
return new static("The options for the \"$set\" set don't have a path or disk defined.");
return new static("The options for the \"$set\" need provide either a path or disk option.");
Copy link

@eballeste eballeste Nov 17, 2020

Choose a reason for hiding this comment

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

Suggested change
return new static("The options for the \"$set\" need provide either a path or disk option.");
return new static("The options for the \"$set\" need to be provided either a path or disk option.");

@nathan-io
Copy link

Hi, was wondering if this may be merged sometime soon? Would love to use this package, but none of our icon assets are on local disk.

@driesvints driesvints mentioned this pull request Feb 7, 2021
@driesvints
Copy link
Member

Hey all, first of all I'm so sorry it took me this long to get to this. I took the liberty to send in an alternative implementation which should solve this: #111

I still want to thank you for this PR 👍

@driesvints driesvints closed this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants