admin管理员组

文章数量:1245652

I try to use pulse plugin on laravel/nova site

but when with default option in config/pulse.php :

'path' => env('PULSE_PATH', 'pulse'),

I got 404 error.

I tried to change it as :

'path' => env('PULSE_PATH', '/nova/pulse'),

But the same error on url :

http://127.0.0.1:8000/nova/nova/pulse

I did not find any wrapper at /?tag=all&search=pulse url

"laravel/nova": "4.27.12",
"laravel/framework": "^10.10",
"laravel/pulse": "^1.3",

How correctly to use pulse under nova ?

本文标签: How to add laravelpulse onto laravelnova siteStack Overflow