-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 10 #76
Laravel 10 #76
Conversation
sandrotanner
commented
Mar 14, 2024
- laravel 9 -> laravel 10
- php 8.1 -> php 8.2
- phpunit 9 -> phpunit 10
- all php dependencies updated
- minor tweaks to the readme and githb action (mainly due to docker compose v2)
Ich habe noch ein Filesystem Problem beim Setup. Vielleicht können wir es kurz anschauen? `$ docker compose run app composer install In Filesystem.php line 260: /var/www/html/vendor does not exist and could not be created: install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...] |
@@ -7,7 +7,7 @@ APP_URL=http://localhost | |||
[email protected] | |||
CONFIG_BASE_PATH=config | |||
|
|||
LOG_CHANNEL=null | |||
LOG_CHANNEL=single |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were there no logs before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk, my guess is that an invalid LOG_CHANNEL may have resulted in falling back to log channel single
in the past or something ¯_(ツ)_/¯
Looks good! When using user 1000, it works out of the box. Thx |