Abdellah Ramadan
Abdellah Ramadan
Hello, I am using algolia with Laravel ``` "require": { "php": "^7.3.0", "algolia/algoliasearch-client-php": "2.2", ``` I am stuck ``` (function (){ const client = algoliasearch('HPATZ4NM4E', '1408f1c5e4d561613df6213095de27eb'); const index = client.initIndex('users');...
Please how can I solve a MissingKeyMapError?
Bolt as a CMS is used in some cases to create blogging platforms or a news website or just a website with blogging features. In most cases like the ones...
Hello devs, I recently deployed a new project on a VPS using Nginx as my weberver. Locally, everything works but on production, it does not generate the images. This is...
when doing a search with the `where` clause, fetching contents whose values of `amount` is `
Add id '1' to the first existing admin or if not available to the current user being created.
Hello devs, adding this `# app/config/routing.yml lexik_translation_edition: resource: "@LexikTranslationBundle/Resources/config/routing.yml" prefix: /my-prefix` to `app/config/routing.yaml` leads to this exception `There is no extension able to load the configuration for "lexik_translation_edition"` I want...
Hello devs! Someone ever come across this issue? I am having `diff.ago.day` or `diff.ago.time` displayed each time. I have version `"knplabs/knp-time-bundle": "^2.2"` running on Symfony 6.3 I have removed and...
Add ability to decide whether to cache the choices of type contenttype when large data set is involved. This is optional and the cache lifetime can be set as well....