You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twill 3.5.3 is a patch release adding support for Laravel 12 and addressing various bugs and improvements.
HOW TO UPDATE
Run composer update in your project and then, run Twill's own update command: php artisan twill:update. This will force update your published Twill assets. If you are versioning them, you can delete the old ones from your repository. If you are using custom Vue components, you should rebuild Twill assets using php artisan twill:build.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Twill 3.5.3 is a patch release adding support for Laravel 12 and addressing various bugs and improvements.
HOW TO UPDATE
Run
composer updatein your project and then, run Twill's own update command:php artisan twill:update. This will force update your published Twill assets. If you are versioning them, you can delete the old ones from your repository. If you are using custom Vue components, you should rebuild Twill assets usingphp artisan twill:build.Added
Fixed
HasSlug::getUtf8Slug()from guessing encoding by default by @zachgarwood in #2771Improved
Docs
Chores
New Contributors
Full Changelog: 3.5.2...3.5.3
This discussion was created from the release Twill 3.5.3.
Beta Was this translation helpful? Give feedback.
All reactions