@archilex@filamentphp@larazeus Ok, I will make it perfect. Do you think we could get the value in the text like 3 days ago; in French it would be « il y a 3 jours » so the number is in the text and not before…
Maybe putting the field between 2 texts « il y a » X « day,month,year » I don’t know if it’s clear
@Tiago_Ferat A simple idea that come in my mind now, can change tomorrow haha : why not offering open source (and free) for all open source / public project but make a license (paid) to use for private and commercial product.
@filamentphp tip.
You can add a `->when(condition, callback)` method to enable certain features only for specific users/roles or any conditions.
Here's an example for enabling the "Add new" button on Select only for admin users.