Ahmed Mohamed Abd El Ftah

Results 4 issues of Ahmed Mohamed Abd El Ftah

my .env file looks like this ``` APP_ENV=production APP_DEBUG=true DEBUGBAR_ENABLED=true APP_URL=https://somehost.test/ ``` but the debugbar is not shown ... so is there a way to show the debugbar when environment...

stale

when calling these methods in order ```js analytics.page() analytics.identify('1773', { company: { id: 1016, name: 'Ahmed Local Test Brand' }, email: '[email protected]', first_name: 'Ahmed', full_name: 'Ahmed Local Test', last_name: 'Local...

i couldn't quite reproduce the issue yet ... but right now my db uses singlestore which has this form of ids ![image](https://user-images.githubusercontent.com/17250137/203396946-8d8175bc-27f3-4fc0-9976-1fbc07793242.png) so after pushing 400 haystack_bales or so ......

this **PR** , allows to **inject $client** as **dependency** to **manager method** , which will give more **flexibility** and allows to do something like that ```php $client = new Client();...