Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1007 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 1007 Bytes

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