Tareq Hasan
Tareq Hasan
When using a custom logo and favicon, the images are being placed in the public/images folder and git shows them as new files. They should be untracked from git. As...
Saving more analytics data on each click with additional User Agent, Broswer name and version, OS. [browscap-php](https://github.com/browscap/browscap-php) library is being used via a [wrapper library](https://github.com/kulbakin/laravel-browscap) here to generate concise information...
The clicks and URLs table doesn’t have necessary index on short_url, which is required for a faster DB query.
I’m trying to create a site remotely (via php) `ee site create example.com --type=wp`, but it’s failing because of `STDERR: the input device is not a TTY` error. [Ref](https://stackoverflow.com/a/43099210/398123) ```...
We need some add-ons to gather information of contact a contact from third-party integration. - [Fullcontact](https://www.fullcontact.com/) is a possible choice. - [Vibe](https://vibeapp.co/business/) might be another add-on.
Right now we are using various CLI commands for our own needs and there is no specific command prefix of any kind. Have to have a standard prefix and then...
Searching in a CRM is going to be crucial and can downgrade performance. We could use the power of dedicated search engines as projects like [Apache Solr](http://lucene.apache.org/solr/) or [Elastic Search](https://www.elastic.co/)....
A good service to integrate bank accounts to accounting: https://plaid.com/
# This is just an idea/overview There are a lot of places I would like to see improvements on how it's working internally. It should work more in a API...