-
Hi @neomerx , i started writing some plugins for limoncello which incorporate the use of UUID, Doctrine Spatial and LDAP.
One of the plugins is to get the function of validating unique record on up…
-
with Schema::REL_NAME assigned to getFilterRules which come with r::asSantizedString();
I found if i try invalid to test validation, like with "#" as prefix, the validation throws
```php
Limonce…
-
```
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
…
-
i am going to put multiple apps on a single subdomains, i.e api.domain.com;
where each subfolder house corresponding limoncello app like:
api.domain.com/school1/subschool1/...
where api endpoint…
-
I am having fatal error running the limoncello-app.
```php
Fatal error: Declaration of Limoncello\Flute\Adapters\ModelQueryBuilder::distinct():
Limoncello\Flute\Adapters\ModelQueryBuilder must …
-
I came to a use case that,
i need limoncello-php to get authorization from external oauth provider, i.e. google.
how to achieve it?
or is there there any workaround i could get one limoncello…
-
It looks it tries to get current request while in console which is obviously absent which produces error
``` bash
$ php artisan route:list
```
PHP Fatal error: Call to a member function createQuery…
-
Could you suggest an approach handling password reset in limoncello app?
-
Curious, if limoncello originally support catch-all / wildcard route?
-
I found an article mentioned about File Upload via JSON:API at https://www.drupal.org/node/3024331, curious if limoncello-app support such implementation?