This repository contains a CRUD (Create, Read, Update, Delete) application built using the Laravel framework for the backend and Alpine.js for the frontend. The application allows users to manage posts, including creating new posts, viewing post details, updating posts, and deleting posts.
- Create new posts with a title, content, and featured image.
- View a list of posts with pagination support.
- View detailed information about each post, including the title, content, and featured image.
- Update post information, including title and content.
- Double click to edit post title and content
- Image preview when uploading on post update
- Delete posts.