-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Bump Laravel 11 and make use of common/markdown #1439
Conversation
@samsonasik While we're at it, could you check this one and eploy it too? 🙏 |
This looks good, let's try 👍 |
|
||
# required for Laravel defautlst to work | ||
DB_CONNECTION=sqlite | ||
DB_DATABASE=database/database.sqlite |
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.
Running php82 artisan cache:clear
seems got error:
➜ tomasvotruba.com git:(tv-laravel-11) php82 artisan cache:clear
In Connection.php line 806:
SQLSTATE[HY000]: General error: 1 no such table: cache (Connection: sqlite, SQL: delete from "cache")
In Connection.php line 585:
SQLSTATE[HY000]: General error: 1 no such table: cache
The website seems ok, but it seems this issue for clearing cache process. I will look more.
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.
I see, cache migration table seems not exists, I will add it.
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.
No description provided.