Laravel Tutorials

Cloudflare Turnstile Laravel - Protect your app from bots
Login into Laravel application with a Magic link
Send Laravel notifications to Telegram messenger
Improving Laravel Loading Speed Using Redis Cache
Laravel SSO authentication with Google One Tap logins
Google ReCaptcha in Laravel - Protect Laravel forms from bots
Advanced querying with whereHas Method in Laravel Eloquent
Soft Delete in Laravel

Laravel

5 min read

Soft Delete in Laravel

With Laravel soft delete trait you can mark certain Eloquent model as deleted, and they will be removed from general queries. But you can query them with special methods.
Ivan RadunovicFeb 04, 2024