Awesome
filament-peek-demo
This is a demo project showcasing the Peek plugin for Filament.
Full-page Preview Modal
Builder Field Preview and Editor
Tiptap Editor Integration
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