ZedoX

Results 23 comments of ZedoX

Not yet supported, but i do plan to implement it in the future. It may take several weeks before this feature arrives

> * add new config `'page-table-name' => 'pages'` > > * use above config in migration and model > If you agreed, I can create another PR for it. Okay....

Use "/" as slug for home page

Umm why do we need to fake a DateTime Field to achieve this. Wouldn't `setTimezone(config('app.timezone'))` work as well? And also what about the timezone on TableColumn?

@phpsa I'm going hold off on this for the time being. If you want have this in your project you can set a custom resource in the config and use...

Variable dates does not take year into consideration

Please make sure your model is configured for filament, https://filamentphp.com/docs/2.x/admin/users#configuring-the-name-attribute

> I use the admin_users table and AdminUser Model for filament. > > This package is not compatible with multi-guard yet. > Could you check `activity_log` table on the database...

I am thinking of `published_at` way, but along with a `draft_blocks`. `draft_blocks` will be updated if you edit an existing page. Then you have to "publish" those changes (in this...