Christoph, René Pardon
Christoph, René Pardon
Hello, I try to run this docker conainer with the following docker-compose.yml file: ```yaml version: '3' services: nfs-server: image: erichough/nfs-server volumes: - nfs:/filesystem - ./nfs/exports.txt:/etc/exports:ro ports: - 20490:2049 # privileged:...
Hello, I tried your validator and got the same errors like in this question: https://spectrum.chat/thread/9ee3d211-566d-4250-849c-2f8e4b42268c **Error:** ```bash $ graphql-schema-linter schema.graphql It looks like you may have hit a bug in...
To get started faster and without installing further requirements than docker/docker-compose, I created a few configuration files to get started fast with docker/docker-compose.
- Laravel Version: 5.7.* - Adldap2-Laravel Version: ^4.0 - PHP Version: 7.2 - LDAP Type: all types ### Description: Imagine you have a large company which has different domain controllers...
[BUG] connection with environment configuration doesn't work, with custom Provider instance it does
- Laravel Version: 5.7.* - Adldap2-Laravel Version: ^4.0 - PHP Version: 7.2 - LDAP Type: OpenLDAP ### Description: When creating a custom instance of \Adldap\Connections\Provider I'm able to connect to...
**Describe the bug** I use Laravel Jetstream with Livewire and integrated a language Selector in the top bar. ```html @foreach (LaravelLocalization::getSupportedLocales() as $code => $info) {{ $info['native'] }} @endforeach ```...
### Environment: - Laravel-Code-Generator Version: 2.4 - Laravel Version: ^6.0 ### Description: Generated resources are invalid. The namespaces are not build correctly ### Steps/Commands To Reproduce: ```bash cd /tmp &&...
### Environment: - Laravel-Code-Generator Version: 2.4 - Laravel Version: 6.2 ### Description: Sometimes when executing `php artisan create:api-scaffold`, I receive the error: `Doctrine\DBAL\Driver\PDOException::("SQLSTATE[HY000] [1049] Unknown database 'laravel'")` Of course the...
Looks like #283 is still not fixed/again a problem on a fresh installation. I tried to select a main navigation item within the admin panel and got this exception in...
Is this project still maintained? If so, could you please update the peer dependency to latest react version to hide this warning during application build?