twill
twill copied to clipboard
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk...
## Description I have installed Laravel 11 and then Twill 3.3.1 I followed the tutorial for creating Pages module but when I try to add a 'page' I get 'Your...
mentioned file mistake ## Description ## Related Issues
## Summary Add support to add extra metadata (alt_text, caption, credits) also to the FileLibrary, for things like video and audio files.
## Description Repeater fields used in the main form with the `twillRepeaterTitleField` enabled is updating the input field used as title at the same time that it updates the repeater...
## Description The 3.4.0 has introduced "Don't load relation for each column and allow dot notation in field name for index table" (https://github.com/area17/twill/pull/2603) which breaks previous behavior. ### Steps to...
In the case of one to one getRelation returns a model and the pluck call invokes a query instead of invoking pluck on the collection So instead wrap it to...
## Description Fixes a datepicker problem occurring when manually typing the time. ## Related Issues Fixes #2667
## Description We re getting this error when rendering blocks on preview. [This is the line that might have introduced the bug](https://github.com/area17/twill/commit/463bd594af560da06cd05122d6ef7ebf1e10e361#diff-fdd83a455929e4b24f5499c60bb93849a9c7655eb6ad54ae67e2c6b6c19c0299R54). ### Steps to reproduce It's being generated by...
Fixes #2671 And improve saving performance by avoiding uneccessary queries
Warning happening on this line with php8.3 https://github.com/area17/twill/blob/3297066f3fc009b68c1c8238eee7494c05f9db9c/src/TwillRoutes.php#L199-L202