laravel-mixpanel
laravel-mixpanel copied to clipboard
Move mixpanel config to its own publishable config file
This PR move Mixpanel config from Services config to its own Mixpanel Config and makes it publishable
This does seem like a sensible and mostly non-breaking change. Also suits the Laravel 11 change to more modular/optional config files.