Nazmul Alam
Nazmul Alam
Having the same issue. I am generating the certificate from a dockerized Ubuntu 20.4 and my host system is Manjaro Linux. I am using mkcert 1.1.2. Also tried 1.4.3
Can be a little bit more specific? What have you tried? What's the specific error you are facing? What are the versions of the packages you are using?
Had the same problem with `Mariadb 10.3` and `Laravel 8`. The solution from @andrewminion-luminfire fixes the problem. But what I did is made another trait `App\Helpers\Spatial\SpatialTrait` and override `performInsert` method...
@crazywhalecc I've been working on a [pecl extension](https://github.com/nazmulpcc/php-webview), basic things are working but still needs a few improvements. Having a single file executable for this would be cool!
Ignoring other issues, this will need manual tweaking as soon as someone uses another Authenticatable class. What I do is add something like this in a `.ide.php` file ```php namespace...