Elias Olivtradet

Results 8 comments of Elias Olivtradet

Still no support for multi tenant?

To resolve this issue, add the following code to your form in the `Post` model: ```php DateTimePicker::make('published_at') ->visible(function ($get) { return $get('status') === PostStatus::PUBLISHED->value; }) ->required(function ($get) { return $get('status')...

You must add the code in the `Post` model of the library. I will open a PR with the fix to see if the author updates the package with the...

> > After upgrading to laravel 11.x I adjusted the composer.json according to the upgrading docs. When building locally (using sail) everything works fine. However when pushing to my server...

I also have the same error with Resource time grid Day, someone was able to solve it? the time slots stop allowing selection if the screen is moving

Same for composer require leandrocfe/filament-apex-charts v3.1.6 ![Image](https://github.com/user-attachments/assets/da895e42-b908-4f58-9a13-009feb9ff6e8)

> For me, the problem was that I had several instances running in the background. I did a CTRL+ALT+DELETE, opened taskmanager and closed all instances of WSL2. Then I was...