Pedro Martins
Pedro Martins
There is a companion PR for this in: https://github.com/Laravel-Backpack/PRO/pull/217  
This adds back the elfinder to ckeditor field.
Found here: https://github.com/Laravel-Backpack/docs/pull/563 We should remove the instructions to publish the `public` assets in v6, as we are no longer using them... for quite some time 😞
docs for https://github.com/Laravel-Backpack/PRO/pull/237
docs for https://github.com/Laravel-Backpack/PRO/pull/217 & https://github.com/Laravel-Backpack/FileManager/pull/47
Our fields and columns support an ever growing list of attributes. Like everything, it started small: `name, type, label, hint` ... and we now have `validationRules, pivotSelect, subfields, data_source` I...
This PR aims to make the generation of the cache busting string configurable with maximum flexibility (that a config can't quite provide). It introduces a `CacheBusterInterface` that any CacheBuster can...
In development mode, it would be very useful if we could internalize all the external files + zips for example. (external because they are external .. zips because they are...
Someone I was having a conversation in discord suggested me that we use `getTraceAsString()` to help developers by providing more meaningful error messages. Our errors messages are pretty fine I...
Start framework to add uploaders tests. Some weird things going on here, like not being possible to test crud core functions like login, without requiring a theme. Thing we can't...