@bladerunner Read the error message. It’s telling you what the problem is and how to solve it:
Did you forget to specify the cluster?
Looking at your code, it seems you have forgotten to specify the cluster, given its an option in the example code in the Laravel repository for Pusher:
Error messages are meant to be read and to point you towards resolving the issue; not ignored.