Posts
Members
Info
·332d# Help
Show repeater data in content editor
I am working with Twill for the first time and it works really well. I ran in to one problem with the repeater I finaly got the repeater to show correctly on the frontend using @yield in the block and @[email protected] on the repeaterblock The buttons don't show up in the content…
0
·333d# Help
array_key_exists(): The first argument should be either a string or an integer
I tried install Twill 1.2.2 and get this error: In ServiceProvider.php line 173: array_key_exists(): The first argument should be either a string or an integer …
6
Deleted·355d# Help
admin 404 on fresh install
Hello, I've just created a new laravel (5.8) project and followed the twill install docs. However I'm unable to access the admin panel
20
Can't make filters to show
Hi, all! I can't manage filters to work in the index view. I have Categories with enum column type. The type has two options: blog, documentation. …
0
Updated to 2.2 and my repeater is now blank
When editing existing items that have repeater rows, I can see the rows that should be there (ie if a record had 5 repeater rows there are 5 elements that can be duplicated/removed) however the actual fields within my repeater are not there. Each repeater row just contains some…
2
Images linked to class names and also added to the post
So I made admin panel using twill though I am now at the point where posts contain images within the post, I want to know what is the best way of doing this? I attempted using the WYSIWYG input though it does not add to my DB as it returns 500, so what is the suggested method or…
0
Enable Media capability in Settings
Hi, Im trying to add a media file in the setting tab. Unfortunately that doesn't work (key value isn't stored in the db). Do I need to add any additional configuration? thanks in advance!
4
Access variables in repeater
Hi, does anyone know how to access custom variables inside a repeater? In the past it was possible to pass view variables but since 2.1 it doesn't work. Digging in the code shows like it is no more possible and only $data can be seen with fixed content (see render method). Isn't…
8