Laravel Tutorials from experienced SaaS team - Codingo Tuts

PHP number_format() Function: A Detailed Guide
Most used Linux commands - focus on Ubuntu
Automatically purge Cloudflare Cache on new Deployment
Unlocking the Power of file_get_contents in PHP
Cloudflare Turnstile Laravel - Protect your app from bots
Block unwanted GA4 referrals - Google analytics spam
Vue JS Routing - Quick start guide

Vue.js

7 min read

Vue JS Routing - Quick start guide

This Vue.js routing tutorial covers everything from basic setup with Vue Router to advanced techniques like dynamic and nested routes, route guards, and lazy loading, offering practical examples and FAQs for developers.
Ivan RadunovicFeb 25, 2024
Login into Laravel application with a Magic link
Self host Plausible - Google Analytics open source alternative
Hosting Vue on Cloudflare Pages
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