TechPost - SPA Blog
A single page blog application, built with Laravel 8, Vue 3 and Inertia JS
TechPost is a minimalistic single page blog application, which comes with an admin panel. It can be useful for scaffolding or copying common codes, or it can also be useful for learners who are new to Inertia JS.
Features
- Fully responsive blog and admin panel
- Uses GhostWind CSS and a Dashboard template from Tailwind Toolbox, both are built with Tailwind CSS
- Uses ziggy for route management
- Can add multiple admins with roles
- Full role management with permissions, built with Spatie Permission Management package
- Post, Category & Page management with soft-delete feature
- Posts are displayed in one, two or three columns dynamically, depending on their numbers
- Uses CKEditor for rich text editing in posts and pages