Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not publish migrations as per instructions #396

Closed
avioli opened this issue Jul 20, 2024 · 2 comments
Closed

Could not publish migrations as per instructions #396

avioli opened this issue Jul 20, 2024 · 2 comments
Assignees

Comments

@avioli
Copy link

avioli commented Jul 20, 2024

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
Copy link
Member

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?

Screenshot 2024-07-22 at 09 25 40

@driesvints
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants