Skip to content

pboivin/filament-peek-demo

Repository files navigation

filament-peek-demo

This is a demo project showcasing the Peek plugin for Filament.

Full-page Preview Modal

Screenshots of the edit page and preview modal


Builder Field Preview and Editor

Screenshots of the edit page and builder field preview


Tiptap Editor Integration

Screenshots of the edit page and the Tiptap Editor form field

Initial setup

composer install

cp .env.example .env

touch database/database.sqlite

php artisan migrate:fresh --seed

php artisan storage:link

php artisan serve

The site should be available locally on localhost:8000

You can log into the admin at localhost:8000/admin with the following credentials:

  • Email: admin@test.test
  • Password: admin@test.test

About

Demo project using Filament as a minimal blog CMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published