Valentino Lauciani
Valentino Lauciani
Hi all From PHP 7.0.0 the PHP `date` function implement the `v` format to print milliseconds: - https://www.php.net/manual/en/function.date.php what is the best practice to print date like `2018-01-03T22:34:55.345` with `Faker`?...
With issue: - https://github.com/laradock/laradock/issues/3008 In *laravel-horizon* the `FROM` tag was fixed to: ``` php:${LARADOCK_PHP_VERSION}-alpine3.13 ``` but trying to use **PHP8.1** the tag `php:8.1-alpine3.13` doesn't exists on DockerHub. Update the tag...
Hi all I use Laradock from more the 6years and the number of ports bound in the `docker-compose.yml` is increased every year... Today, only for `workspace`, I've automatically bound: -...
Hi Running `composer require irazasyed/telegram-bot-sdk`, I receive this error: ``` composer require irazasyed/telegram-bot-sdk Using version ^3.4 for irazasyed/telegram-bot-sdk ./composer.json has been updated Running composer update irazasyed/telegram-bot-sdk Loading composer repositories with...
Hi What is the best practice to validate multiple JWT? I've a lot of users and each user have a personal JWT; each user can access to one o more...
Hi After two days of desperate attempts, I am asking for your help I'm using Laravel 9 and to start using the package I create a simple method like this:...
Hi Reading the guide here: - https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx.html or the issue: - https://github.com/webdevops/Dockerfile/issues/399 I understand that to update the nginx conf I need to add my file into `/opt/docker/etc/nginx/conf.d` directory; this...
Hi Mr. @tuytoosh I'm starting to use the new `actingAsKeycloakUser()` method for test. I'm not using a local DataBase with users and I'd like to ask you if it is...
Analysing a huge input file, could be useful to "sort"/"aggregate" the "Type" column ("errors", "warning", etc) to show first the same type. As shown in the image, I'd like to...
Hi all, I'm using Laravel Horizon and to run it, I created a simple `laravel-horizon.conf` into the folder: ``` /opt/docker/etc/supervisor.d ``` with the following content: ```sh [program:laravel-horizon] process_name=%(program_name)s user=application command=php...