LocalHeroPro
LocalHeroPro
Maybe the way is to create separate branch for EOL versions of PHP and for present one. In that way we have newest features in new one branch and ald...
I have similar issue: ```bash $ php artisan opcache:compile --force --env=testing Compiling scripts... In Response.php line 361: Trying to access array offset on value of type null ``` I think...
Default config file is: https://github.com/appstract/laravel-opcache/blob/master/config/opcache.php I have default file, provided by this package. I have routes folder in main app folder.
"Quick fix" Change in *node_modules/select2-bootstrap-5-theme/src/_variables.scss* from ``` $s2bs5-clear-icon: str-replace($btn-close-bg, #{$btn-close-color}, #{shade-color($s2bs5-border-color, 50%)}) !default; ``` to: ``` $s2bs5-clear-icon: str-replace($btn-close-bg, #{$btn-close-color}, #{shade-color(red, 50%)}) !default; ```
Same issue with: bootstrap: 5.3.0-alpha3 select2: 4.1.0-rc.0 bootstrap-5-theme: 1.3.0
Someting new here?
;( I'm crying 😂 So maybe make proxy from self-hosted to official one ;p and then use mobile app ;p only joking ;)) I'll try another communication way.
> Hm, were you upgrading from an older version? And if so, what version did you upgrade from? I'm upgrading almost each week. So I don't think so it's from...
It's seen first time on: **22.11.0.dev0+d4050ce018f24b4600f354eabeebe982c212ebe5**
In my case what help: create `sentry/config.yaml`, because previously I don't have it. Why `Sentry` don't copy `sentry/config.example.yaml` to `sentry/config.yaml` while installing? [Docs](https://develop.sentry.dev/self-hosted/#getting-started)