decoy
decoy copied to clipboard
A Laravel model-based CMS
Error in access /admin 
I've installed the latest version and followed the quick start tutorial. Everything has been working great. I enabled the roles/permissions by uncommenting the sections out. However when I do I...
Hi, I am new to decoy. I have installed it in a new laravel application for testing purpose. After following Installation and quick start guide. I have managed to create...
I've installed Laravel 5.5.25 on a Windows system running Xampp with PHP version 7.0.13 and followed the installation and quick start guides without seeing any errors. I've made an admin...
When uploading an svg file into an image type field it gives the SQL error "width cannot be null".
It doesn't work to change the element field type after some content data has been saved to the database. Field type is loaded from the DB instead of the changed...
I opened the default elements.yaml, changed some keys, I updated the code in my views to reflect those new keys, but I still get the following error Element key 'home.hero.toptitle'...
Is there a way to store data for a model as nested json, in one db column? ```haml %fieldset .legend Other != Former::text('content.section1.heading') != Former::text('content.section1.lead') != Former::text('content.section2.heading') != Former::text('content.section2.lead') ```...
Hi guys, have you ever needed to use masks in admin fields?
Can we wrap the $src below from Bkwld's Image field in the asset method so it plays nice with Laravel sub-directory installs? Bkwld\Decoy\Fields\Image::renderEditor() ``` if ($src = Former::getValue($this->inputName('file'))) { $src...