Ahmed Mohamed Abd El Ftah
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...
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  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();...