devchris's avatar

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...

0 likes
0 replies

Please or to participate in this conversation.