Alexej Kloos

Results 40 comments of Alexej Kloos

Sodium is installed in php7.2 just check with: ``` php -m | grep sodium => sodium ```

How do you use this package? Like https://github.com/approached/laravel-image-optimizer/blob/master/tests/ConvertJPGTest.php#L26 ?

Here would the config file loaded.... https://github.com/approached/laravel-image-optimizer/blob/master/src/ServiceProvider.php#L22

With config file you can configure the path of the command: https://github.com/approached/laravel-image-optimizer/blob/master/config/imageoptimizer.php#L32

@benjamindk can you post your full code?

Same problem: ```php php artisan code:models --table="ipb2_mod_newsroom_forums_exclusive" ErrorException : mkdir(): Invalid path at /Users/approach/workspace/IALaravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:492 488| if ($force) { 489| return @mkdir($path, $mode, $recursive); 490| } 491| > 492| return mkdir($path,...

I tried to import users manually with the command: ```bash docker exec -it mls2_keycloak /opt/keycloak/bin/kc.sh import --file /opt/keycloak/data/import/local-users-0.json ``` It not works becouse i have service user: ```json { "id"...

Than i tried to import just the user, response: ``` 2022-08-09 09:50:43,808 INFO [org.keycloak.quarkus.runtime.hostname.DefaultHostnameProvider] (main) Hostname settings: FrontEnd: login.mls2.test, Strict HTTPS: false, Path: , Strict BackChannel: false, Admin: , Port:...

#12939 same error I changed my initial process via _AdminCLI_ and **Shell script**.

This solution work great https://github.com/nhn/toast-ui.react-calendar/issues/39#issuecomment-661718423