laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
1.48k stars 173 forks source link

Could not publish migrations as per instructions #396

Closed avioli closed 4 months ago

avioli commented 4 months ago

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 4 months ago

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 commented 4 months ago

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.