So I tried following your create package tutorial but at the end I always get this error any tips?
-

-
This post is deleted! -
Try to replace
'quotation mark, if you copied from the tutorial. -
-
Thanks ig worked!
-
Now I have the problem that Event can not be found any tips?

-
Hi @yaboi1
Paste this line after the namespace of your provider -
use Illuminate\Support\Facades\Event;Thanks