Khoshbin Ali Ahmed

Results 6 comments of Khoshbin Ali Ahmed

Sam here ``` Problem 1 - Root composer.json requires genealabs/laravel-sign-in-with-apple ^0.6.0 -> satisfiable by genealabs/laravel-sign-in-with-apple[0.6.0]. - genealabs/laravel-sign-in-with-apple 0.6.0 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., 9.x-dev] but these were not...

You have to decode it first. add it inside json_decode() method ``` public $body; public function mount($id): void { $this->post = Post::find($id); $this->form->fill([ 'body' => json_decode($this->post->body, true), ]); } ```

> @TempleOfTemplar you can cast body field to array in model. So you don't need to modify mount method The issue with that, when you try to render the data...

@rahmanramsi I made a read only editor.js for my websites front end it's not from your package, I'm using your package with Filament form, to save the data. then I...

Any updates? did any of you could solve this?