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.6.0 is a minor release adding support for Laravel 13 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.6.0 is a minor release adding support for Laravel 13 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
cartalyst/tagspackage (abandoned upstream) for Laravel 13 compatibility without breaking changes by @ifox in cbee121 and 7f4f0369Fixed
Improved
arrayreturn type forrulesForCreateandrulesForUpdatein module request stub by @tamdaz in #2801Docs
storage:linkby @rvyhvn in #2796Chores
composer.jsonby @rodrigoprimo in 199c0082New Contributors
arrayas the return type forrulesForCreateandrulesForUpdatemethods. #2801Returning Contributors
Full Changelog: 3.5.3...3.6.0
This discussion was created from the release Twill 3.6.0.
All reactions