stephenjude / filament-blog

A faceless blog content manager with configurable richtext and markdown support for filament admin panel
MIT License
155 stars 37 forks source link

Create new item problem #52

Closed arham-developer closed 6 months ago

arham-developer commented 6 months ago

Filament Blog Version

newest

Filament Version

v3

Laravel Version

v11

Livewire Version

v3

PHP Version

PHP 8.3

Problem description

Hi,

i just got problem with error on trying this plugin, how to fix it quickly it also happened when create new post

Screen Shot 2024-04-11 at 03 14 24

Expected behavior

no errors

Steps to reproduce

Reproduction repository

none

Relevant log output

No response

arham-developer commented 6 months ago

Just solved by re-adjust

return $panel->default()->id('pages')->path('pages')

which are set before as

return $panel->default()->id('admin')->path('admin')

arham-developer commented 6 months ago

completed, thanks for great simple plugin for blog