Omar ElSafwany

Results 9 issues of Omar ElSafwany

Does the current package work for Google AdWords as well?! I would like to be able to track ads, campaigns and so on.

I am trying to install the package in composer by adding the following as stated: "fairholm/elasticquent": "dev-master" but I keep getting the following errors: Your requirements could not be resolved...

Uppercase does not autocomplete so any chance this can be fixed?

I tried to index all the data as follows: `$compounds = Compound::with('developer', 'features', 'property_types.properties', 'neighborhoods')->get(); foreach($compounds as $compound){ $compound->addToIndex(); $this->info($compound->name.' - '. $compound->address); echo"\r\n"; }` I keep getting the following:...

version 1.0

Using `addToIndex()` function I can index the data to `elasticsearch`. How can I add children to the `model` before indexing it? Example: If I have a `Product` table and another...

version 1.0

Neither the stop button nor the pause are working. The record keeps going infinitely although when I click pause, a console message appears stating pause but nothing happens.

I did the config as follows: $config['img_path'] = '/myproject/public/editoruploads'; $config['upload_path'] = $_SERVER['DOCUMENT_ROOT'] . $config['img_path']; and images got saved as : However, I might need to load the images in different...

## Do you want to request a feature or report a bug? Since most of the charts are available, any chance there is a plan to include the world map...

feature request
new chart

First of all, Awesome work. 🔥 I checked a number of different libraries and that's the most accurate one so hats off. Problem When translating certain arabic numbers, there seems...

bug