Skip to content
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

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Conversation

TomasVotruba
Copy link
Owner

@TomasVotruba TomasVotruba commented Jan 11, 2024

No description provided.

@TomasVotruba TomasVotruba changed the title tv laravel 11 Bump Laravel 11 and make use of common/markdown Jan 11, 2024
@TomasVotruba
Copy link
Owner Author

@samsonasik While we're at it, could you check this one and eploy it too? 🙏

@samsonasik
Copy link
Collaborator

This looks good, let's try 👍

@samsonasik samsonasik merged commit b902c87 into main Jan 11, 2024
4 checks passed
@samsonasik samsonasik deleted the tv-laravel-11 branch January 11, 2024 11:24

# required for Laravel defautlst to work
DB_CONNECTION=sqlite
DB_DATABASE=database/database.sqlite
Copy link
Collaborator

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.

Copy link
Collaborator

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants