laravel-mixpanel
laravel-mixpanel copied to clipboard
Cannot publish blade assets
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.