LocalHeroPro

Results 20 issues of LocalHeroPro

How to remove selected file from input? I try: ```javascript $('selector').val(''); ``` but that only clear label. How to clear only one input from form?

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | Library version | 2.4.0 Default custom rule for validation is: https://laravel.com/docs/9.x/validation#using-rule-objects....

Add support for Bootstrap5.

feature request

```bash $ npm i bootstrap-colorpicker npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 ```

bug

Why Laravel hard-coded default env values in `Application.php`? ```php public function isLocal() { return $this['env'] === 'local'; } public function isProduction() { return $this['env'] === 'production'; } ``` What if...

I get missing `ext-http` extension ``` + php composer.phar install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts --optimize-autoloader Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed...

Did you have prebuild frontend for that?

enhancement
good first issue

Please add Presta version info. For example 1.7.6.7. I think its mandatory information ;]

Run ```bash $ php8.1 cachetool.phar opcache:compile:scripts /paht/to/laravel In AbstractAdapter.php line 63: Return type of DebugBar\DataCollector\PDO\TraceablePDOStatement::bindColumn($column, &$param, $type = null, $maxlen = null, $driv erdata = null) should either be compatible...

stale

Laravel deprecation warning: ``` storage/logs/php-deprecation-warnings.log:84:[2022-10-16 14:53:13] local.WARNING: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/vendor/fruitcake/laravel-telescope-toolbar/src/Toolbar.php on line 93 ``` on: ```php /** * @param...