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...
## Summary When running in a container from EKS and using service accounts, AWS services are not accessed with a static key/secret pair, but with temporary credentials received from STS....
## Description Twill dashboard allows only Google Analytics as analytics solution. This PR add Fathom Analytics support (https://usefathom.com) To enable Fathom Analytics service, the following configuration is needed: ``` 'dashboard'...
Hi! As I can see there is no big reason not to support model uuid primary keys. It's always annoying I have to use autoincrement int if I want to...
## Description Added agency preset example which can be installed with `php artisan twill:install agency`
This feature allows displaying the date of an uploaded file in the file library. This option is manageable with a Twill variable.
## Description This change allows for the dynamic registration of settings paths in case any capsules, packages, or anything else that wants to have isolated settings in the twill dashboard,...
## Description We have a model with a bunch of different tags: That are using multi-selects ```php $this->updateMultiSelect($object, $fields, 'countries'); ``` One of our frontend pages needs to use the...
## Description This PR introduces a new hook that allows the developer to add extra data for duplicating a nested module item. For example, if the nested module is `genericDetail`...
Modify the slugify function to accept Chinese character as slug, it should work with setting appropriate config twill.slug_utf8_languages
This would require you to manually setup your model like this: (To be further tested) ```php class Page extends \Illuminate\Database\Eloquent\Model implements TwillModelContract { use HasBlocks, HasTranslation, HasSlug, HasMedias, HasRevisions, BaseTwillModelScopes;...