laravel-mixpanel icon indicating copy to clipboard operation
laravel-mixpanel copied to clipboard

Cannot publish blade assets

Open giltotherescue opened this issue 1 year ago • 1 comments

I first ran composer require genealabs/laravel-mixpanel to install the library.

Then I tried running php artisan mixpanel:publish --assets but it didn't work.

Running php artisan list | grep mix does not show any commands related to Mixpanel.

I verified that the token is added to .env and I checked my composer.json to verify the package is installed.

giltotherescue avatar Jan 23 '24 20:01 giltotherescue