HomeAuthor: codewithhemuPage 25

codewithhemu

Showing 241 - 250 of 280 results
  • June 13, 2025
📅 1. Last 7 Days 🗓️ 2. This Month 🗓️ 3. Last Month 📆 4. This Year 📆 5. Last...
  • June 13, 2025
🕒 1. Get Current Date & Time 🗓️ 2. Date Formatting 📅 3. Extract Parts of a Date 🧮 4....
  • June 1, 2025
Sorting an array without using any PHP built-in functions is a common exercise in learning Data Structures and Algorithms (DSA)....
  • June 1, 2025
📘 What is CSRF (Cross-Site Request Forgery)? CSRF Protection in Laravel is a type of web security vulnerability that tricks...
  • May 30, 2025
📚 Full Topic Coverage: Middleware in Laravel 1. What is Middleware in Laravel? Example: Laravel’s built-in auth middleware checks if...
  • May 29, 2025
📚 What is a Library in Laravel (Liberry)? In Laravel, a library (often called “liberry” by beginners) is a collection...
  • May 28, 2025
Utility functions are simple, reusable functions that perform generic, low-level tasks commonly needed across different parts of an application. They...
  • May 28, 2025
1. They Are Global Functions Laravel helpers are typically defined as global functions (outside any class or namespace). For example:...
  • May 28, 2025
📚 Overview of the Concepts: Concept Description Helper Plain PHP functions to perform common tasks. Library (Custom Class) User-defined or...
  • May 28, 2025
📘 What Are Helpers in Laravel? Laravel Helpers are simple PHP functions that provide common functionalities, available globally throughout the...