Thomas Debay

Results 54 comments of Thomas Debay

Not a problem, here is one of the files I used when I ran into the issue (zipped) [actu-50-village-chinois-a-248.h5p.zip](https://github.com/EscolaLMS/H5P/files/11016775/actu-50-village-chinois-a-248.h5p.zip)

The player is working but the error occurs when you try to edit the h5p and save it

What would be the supervisor command to run a Laravel app in the same way as the default Frankenphp image does? (without Octane) For instance, does the base image do...

@kitro For me the benefit was mainly to handle all the processes required by my application in the same way (frankenphp, horizon, reverb...) without extracting these services to separate containers

> But you can run each "process" as a service in docker compose, like this: > > ![Image](https://github.com/user-attachments/assets/757b0e6b-6b07-4b2e-8f42-32d749340569) > > My comment was before your edit but still with same...

:information_source: Laravel 9 moved the `resources/lang` folder to the top level of the project. While Shift [automated this change](https://github.com/academico-sis/academico/pull/342/commits/7d59f12aee77324d3be41fe028aacad37dcc712b?w=1), you may have additional references to the previous folder which need...

:information_source: Starting with Laravel 10, the `lang` folder is no longer included in a default Laravel application. Laravel now recursively merges any customizations with framework defaults. Shift [streamlined your language...

:warning: Early versions of Laravel 9 included a `lang/en.json` file containing password validation messages. However, this file was quickly removed in favor of keeping this with the other validation rules...

:warning: Shift upgraded your configuration files by defaulting them and merging your _true customizations_. These include values which are not changeable through core `ENV` variables. You should [review this commit](https://github.com/academico-sis/academico/pull/342/commits/495f57b94ddafdebee5045a9f7886e58dbfc566c?w=1)...

:information_source: Laravel 10 now verifies hashed values were created by the same hashing algorithm. If your application has hashed values created by different hashing algorithms, you may set the `verify`...