Closed tominal closed 6 months ago
Did this happen when you published the dropzone view?
Can you make a PR with the namespace?
Nope, just following the docs when installing it in a Livewire 3 project. Would you happen to remember what Number facade you used here? I don't see anything in the composer.json so that I can locate any namespace. -T
Use this:
Illuminate\Support\Number::fileSize()
Got it! I created #30 and also found a second one of those in the same file. Should fix it!
Hey there,
Nice repo! I gave it a try and hit a snag similar to #17 :
Not sure what Number helper class is used here but it's probably an easy fix by adding its namespace in there.