invoker-community icon indicating copy to clipboard operation
invoker-community copied to clipboard

Results 57 invoker-community issues
Sort by recently updated
recently updated
newest added

------ **OS**: darwin **Invoker Version**: 2.10.0 **Laravel Version**: 9.46.0 **Local project**: unknown **PHP Binary**: /usr/local/bin/php **Route**: /project/placeholder?project=1722310 **Error**: ``` TypeError _HumbugBox5bc770953b87\Roave\BetterReflection\SourceLocator\SourceStubber\ReflectionSourceStubber::formatType(): Argument #1 ($type) must be of type ReflectionNamedType, ReflectionUnionType...

### Operating system Ubuntu 22.04 LTS ### Laravel Version No matter ### PHP Version PHP 8.1 ### Project Location Local ### Bug description The AppImage can't install invoker because the...

It worked for me for a very short time a few versions back, but doesn't seem to do anything anymore. I am currently on: Invoker: v2.4.0 OS: mac OS Big...

I've got two ideas to improve the 'SSH Settings' dialog. 1. I'm quite a newbie and I had no idea what "Passphrase" was supposed to be. Is it some laravel-thing...

enhancement

Hi Team! I have to `sudo -u someuser -i` when connecting on our server using SSH. It would be great to have one additional textarea on project settings that will...

### Feature Description Using the Grouped view on the project list page, it would be nice to drag unassigned projects into the correct group instead of manually assigning them in...

feature request

------ **OS**: darwin **Invoker Version**: 2.8.0 **Laravel Version**: 8.44.0 **Local project**: unknown **PHP Binary**: /usr/local/bin/php **Route**: /home **Error**: ``` ErrorException Attempt to read property "doctor" on null at doctors.badinansoft.com/app/Models/AllAppointment.php:50 46▕...

Hey Guys, Just noticed that Invoker has an issue with models using jenssegers's mongodb driver. It expects that the limit value is an integer. Eloquent doesn't care if it's a...

All the Dashboard Widgets are gone after updating to Version 2.2.0 Model widgets still there.

1. Service Provider provides instance of `PostgisSchemaColumnDefinitionEventSubscriber` like so: ``` $dbPlatform = $connection ->getDoctrineSchemaManager() ->getDatabasePlatform(); $dbPlatform->getEventManager()->addEventSubscriber(new PostgisSchemaColumnDefinitionEventSubscriber); ``` 2. `PostgisSchemaColumnDefinitionEventSubscriber` implements `Doctrine\Common\EventSubscriber` 3. Inovker does not recognize `Doctrine\Common\EventSubscriber` as the...