Closed
Description
Pulse Version
1.2.4
Laravel Version
11.16.0
PHP Version
8.2.20
Livewire Version
3.5.4
Database Driver & Version
No response
Description
Following the installation guide, which advises to run vendor:publish to publish the Pulse config and migrations did not work for me:
$ php artisan vendor:publish --provider='Laravel\Pulse\PulseServiceProvider'
INFO No publishable resources for tag [].
Only publishing with a --tag
did put the relevant migration in place:
$ php artisan vendor:publish --tag="pulse-migrations"
INFO Publishing [pulse-migrations] assets.
Copying directory [vendor/laravel/pulse/database/migrations] to [database/migrations] ....................................................... DONE
Steps To Reproduce
See description above.