Abishek R Srikaanth

Results 63 issues of Abishek R Srikaanth

Can you please add support for Laravel 10

The `AppInstalled` event will be triggered after the installation of App on the store. This can be used to run jobs after successful installation. For example, fetching data from the...

Can you allow extensibility to this package to hook up different data stores, so that we can add additional database adapters to it. I am looking for MYSQL support and...

enhancement
discussion

I am using [Spatie's MediaLibrary](https://github.com/spatie/laravel-medialibrary) and when I reference the trait to cache a Model that uses the `HasMedia` Interface and `InteractsWithMedia` trait, any queries to that model fails to...

enhancement
help wanted

Fixes #166 and added some laravel formatting on the classes that required changes.

When adding the package `geocoder-php/nominatim-provider` using composer, I get the following error ``` Problem 1 - Root composer.json requires geocoder-php/nominatim-provider ^5.7 -> satisfiable by geocoder-php/nominatim-provider[5.7.0]. - geocoder-php/nominatim-provider 5.7.0 requires geocoder-php/common-http...

bug
provider

Is there documentation on how to create new custom providers?

question
documentation

### Feature Description When creating an Observer using this package, it would be great if there was an option to register the observer using the `[ObservedBy]` attribute on the model...

### Feature Description When generating the database helper code using the Connection, if a model has the $table property, then use that to create the helper code for the model....