Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pboivin/filament-peek-demo
Demo project using Filament as a minimal blog CMS
https://github.com/pboivin/filament-peek-demo
blog demo filamentphp laravel
Last synced: 10 days ago
JSON representation
Demo project using Filament as a minimal blog CMS
- Host: GitHub
- URL: https://github.com/pboivin/filament-peek-demo
- Owner: pboivin
- Created: 2023-05-28T20:01:49.000Z (over 1 year ago)
- Default Branch: 2.x
- Last Pushed: 2024-10-15T17:19:02.000Z (23 days ago)
- Last Synced: 2024-10-17T22:35:33.736Z (20 days ago)
- Topics: blog, demo, filamentphp, laravel
- Language: PHP
- Homepage:
- Size: 5.32 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# filament-peek-demo
This is a demo project showcasing the [Peek](https://github.com/pboivin/filament-peek/) plugin for [Filament](https://filamentphp.com/).
**Full-page Preview Modal**
![Screenshots of the edit page and preview modal](./art/01-page-preview.jpg)
---
**Builder Field Preview and Editor**
![Screenshots of the edit page and builder field preview](./art/02-builder-preview.jpg)
---
**[Tiptap Editor](https://github.com/awcodes/filament-tiptap-editor) Integration**
![Screenshots of the edit page and the Tiptap Editor form field](./art/03-tiptap.jpg)
## Initial setup
```sh
composer installcp .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](http://localhost:8000)
You can log into the admin at [localhost:8000/admin](http://localhost:8000/admin) with the following credentials:
- Email: `[email protected]`
- Password: `[email protected]`