-
Notifications
You must be signed in to change notification settings - Fork 6
Support for Laravel version 11 and a "latest" version #14
base: master
Are you sure you want to change the base?
Conversation
luchtech
commented
May 28, 2024
- On .env, changed the default Laravel version from 8 to 11.
- Added Laravel 11 and PHP 8.3 steps on docker-image.yml.
- Added Dockerfiles for PHP 8.3 on nginx and apache.
- Added 8.3 on php_version options on settings.yml.
- Added 11 on Laravel options on settings.yml.
- On .env, changed the default Laravel version from 8 to 11. - Added Laravel 11 and PHP 8.3 steps on docker-image.yml. - Added Dockerfiles for PHP 8.3 on nginx and apache. - Added 8.3 on php_version options on settings.yml. - Added 11 on Laravel options on settings.yml.
@nabad600 please check the build error, nginx 8.3 is missing. Thanks |
@nabad600 Any idea on how I can create this image: ghcr.io/deck-app/nginx:v8.3? |
- On .env, changed PHP_VERSION from 8.3 to 8.2 since there's no Docker image yet for that. - Removed any steps related to PHP 8.3 from docker-image.yml. - Removed PHP 8.3 from options at settings.yml.
Hi @luchtech, We are still working... update shortly |
No worries. Take your time. Btw, I'll be making a video tutorial video so I can help spread the word in this Laravel community: https://www.facebook.com/groups/laravelph Wishing your app to gain more users. ✨ |
- Removed the extra ticks from the package.sh code.
- Added the "latest" version on settings.yml. - Added logic on docker-entrypoint.sh to accommodate for the "latest" Laravel version. - Added more comments on docker-entrypoint.sh files. - Fixed bugs on Dockerfile-8.3 files since they were still using php82 extensions.
@nabad600 @sfx101 Hi! I just added an additional logic that will cover future Laravel versions via the "latest" option. I also fixed some typo on Dockerfile-8.3 which were still using PHP 8.2 extensions. Hope you can check it out and hopefully be merged soon! I have also found some bugs when I tried the PHP 8.3 image. Will create a new issue about it. ![]() |
@luchtech could you please remove Laravel 7 from the list? Thanks |
@sfx101 Should I also remove it from tests? Or just from the UI options? For now, I just removed Laravel 7 from settings.yml. |
@sfx101 Hi again. What's should I do next? |
Hi @luchtech we are update the laravel version(11) with PHP version (8.3), thank you for using DECK. |