๐ Laravel 13.6.0 Demo
Login
Register
๐ Create Post โ Eloquent + Validation + Transaction
Title
*
Body
*
Tags
demo
deployment
laravel
php
testing
Creates new tags via
Tag::firstOrCreate()
Publish now (sets
published_at = now()
)
Create (in DB Transaction)
Cancel
// Demonstrated: StorePostRequest (FormRequest), custom closure rule, DB::transaction(), Tag::firstOrCreate()