Could not publish migrations as per instructions
avioli opened this issue · 2 comments
avioli commented
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.
timacdonald commented
Hi, @avioli, thanks for reporting this.
I just ran the installation against a clean install and all seems to be working.
I wonder if this has something to do with you using single quotes or if there is something weird going on with the escape characters.
What terminal / shell are you using?

driesvints commented
Closing this issue because it's inactive, already solved, old or not relevant anymore. Feel to open up a new issue if you're still experiencing this.