Laravel 11 + Vue 3 + TailwindCSS - 全栈个人博客
- 1. Introduction
- 1. Fresh Laravel project
- 2. Fresh Vue project
- 2. Authentication
- 1. How to login with Vue and Laravel Fortify
- 2. Login form
- 3. Input validation
- 3. Post module
- 1. Post Model and Migration
- 2. Creating post endpoint
- 3. Creating post form
- 4. Listing posts
- 5. Pagination
- 6. Update post
- 7. Update post page
- 8. Delete post
- 4. Improvements for client side
- 1. Handle expired sessions
- 2. Guest middleware
- 3. Home page
- 4. Showing post