Jul 16, 2017
0
Level 3
Primus
Hello all, I tried to use Primus in Laravel but without success... I always have error like "can't resolve fs" or "can't resolve net" ... i see that i have to add something in the webpack config ... I try :
mix.webpackConfig({ //target: 'node' /* node: { fs: "empty", net: "empty" } */ });
the target, and the fs and net things... but nothing work... how can we use the client part of Primus in Laravel? thanks...
Please or to participate in this conversation.