Damien MATHIEU
Damien MATHIEU
The `dropdown` expects a list of options which can take two different forms: value only: ``` options: draft published archived ``` or key/value : ``` options: draft: Draft folder published:...
@bennothommo with dropdown "[templating](https://select2.org/dropdown#templating)" it's possible to add an icon. In certain circumstances is more useful than a text.
> > If plugin A comes from the marketplace, it should not be removed during the install process. Custom plugins are only removed, if they are marked as updateable (begins...
Have found a solution ... No more plugins in the site (white-listed in the gitignore) but have all plugins in remote repos. With `keepRepo` option set to true; just have...
I'm having some trouble with the `wget https://getcomposer.org/composer.phar` command which downloads the latest version of composer (v2) by default and give me an error when running **Running composer update**. I...
@tobias-kuendig , When using `(curl -sS https://getcomposer.org/installer | php)` : ```` [user@server]$ (curl -sS https://getcomposer.org/installer | php) All settings correct for using Composer Downloading... Composer (version 2.0.11) successfully installed ````...
@tobias-kuendig , this issue is closed, but are those accessors really available?
> @saidbakr @wallheater Laravel extra intellisense running background php codes to get information from your application and use them to provide auto-complete. I don't have any plans to add support...
Work's like a charm ... Very usefull when using `Laravel Extra Intellisense` extension in Laravel based CMS like [WinterCMS](https://wintercms.com/) that use their own authentification methods. Thank's a lot @amir9480 .
I'm trying to set up GA4 on a site (given the approaching deadline for GUA) ... first with the partials and if it works well, I'll propose a PR. Nevertheless,...