Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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](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]`