Saulius Kazokas

Results 10 comments of Saulius Kazokas

`pragmarx/support` needs update too.

> I am tried to use this package in laravel 7. Currently i am facing database migration issue. User and password_resets table are only created while doing migration after that...

Works correctly on `[email protected]`. Try publishing the views or include ```'./vendor/mediconesystems/livewire-datatables/**/*.blade.php'``` in `content` array of your `tailwind.config.js` file.

I am still finding bugs, hope I will squash them by that time

I should note that this is a quick and dirty workaround. It should be possible to get DB connection (or at least name) from the model itself, but as far...

I can confirm this is indeed working with SQL Server.

@microsoft-github-policy-service agree

It's a problem with Imagick library. https://github.com/Imagick/imagick/pull/641

Yes, there are no major differences between `1.x` and `2.x`. I've been using this workaround in `composer.json` for months now: ```json "require": { "phpoffice/phpspreadsheet": "^2.1.0", }, "provide": { "phpoffice/phpspreadsheet": "1.29"...

Sorry, VS Code decided to auto format everything... Fixed now