Download Latest Version 3.5.2 source code.tar.gz (4.1 MB)
Email in envelope

Get an email when there's a new version of Twill

Home / 3.5.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-15 1.3 kB
Twill 3.5.1 source code.tar.gz 2025-03-15 4.1 MB
Twill 3.5.1 source code.zip 2025-03-15 4.7 MB
Totals: 3 Items   8.8 MB 0

Twill 3.5.1 is a patch release that fixes a regression introduced in Twill 3.5.0 and adds a helpful warning for developers who have disabled Twill’s database migrations loading, following a conversion with a community contributor about the last release.

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.

Fixed

Improved

  • Add a warning during the twill:update and twill:build commands for developers that have twill.load_default_migrations set to false by @ifox in de274175

Full Changelog: https://github.com/area17/twill/compare/3.5.0...3.5.1

Source: README.md, updated 2025-03-15