Ahmed Ammar
  • Home
    List layout Grid layout
  • Topics
  • RSS
  • About
to navigate to select ESC to close

laravel

  • Home
  • /   Tags
  • /   Laravel
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 18 Sep, 2023
    • laravel
    • php
    • generator
    • php-generator

PHP Generators - Practical Example

Introduction Generators in PHP enable the construction of iterators without the necessity of creating the whole array. This significantly aids in …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 17 Sep, 2023
    • laravel
    • query-builder
    • where

Laravel Where

Introduction The simples way to use where is just to statically call it on your model as Model::where('name', 'Ahmed')->first() Laravel Query …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 02 Sep, 2023
    • laravel
    • laravel-core-patterns
    • manager-pattern

Laravel Manager Pattern

The Builder pattern is a widely recognized pattern, invariably mentioned in any design patterns book or article. It falls under the category of …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 20 Aug, 2023
    • laravel
    • laravel-core-patterns
    • pending-object

Laravel Pending Object Pattern

The Pending Object pattern plays a key role in Laravel, as it is utilized almost in all its aspects. It offers an exceptional developer experience …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 15 Aug, 2023
    • laravel
    • php
    • form-requests

Laravel Form Requests

In Laravel, validating forms is key to maintaining the safety and accuracy of user data. The FormRequest component simplifies this by keeping the …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 11 Aug, 2023
    • laravel
    • livewire

Livewire Real Time Presence

I’ve always been interested in real-time technologies, especially when dealing with high traffic and complex issues. I once encountered a …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 08 Aug, 2023
    • laravel
    • php
    • laravel-volt

Laravel Volt realtime live stats

Hey! So Livewire 3 and Volt are out. I’ve been playing around with them and they’re pretty cool. My favorite part? Definitely the long …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 05 Aug, 2023
    • laravel
    • php
    • laravel-routes
    • laravel-core-bits

Route Binding in Laravel

In your Laravel projects, how do you go about setting up routes for a particular resource? Do you do it in the following manner? …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 31 Jul, 2023
    • laravel
    • php
    • laravel-facade
    • laravel-core-bits

Realtime Facades in Laravel

We’ve previously explored the Facade pattern and its functioning within Laravel. However, Laravel doesn’t simply offer a single way to …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 27 Jul, 2023
    • laravel
    • php
    • laravel-jobs
    • laravel-core-bits

Batching Jobs in Laravel

Background tasks component is essential in most backend systems. Regardless of what you’re creating, there’s almost always a need for a …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 25 Jul, 2023
    • laravel
    • php
    • laravel-folio
    • laravel-core-bits

Laravel Folio deep dive

Taylor recently launched the beta version of Laravel Folio YouTube video of Laracon keynote . Currently, the documentation only consists of a readme …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 21 Jul, 2023
    • laravel
    • laravel-facade
    • php
    • laravel-core-bits

Laravel Facade deep dive

The Facade component plays a crucial role in Laravel. It’s employed extensively throughout the system. Numerous packages provide facade classes, …

Read
post-thumb
  • Ahmed Ammar Ahmed Ammar
  • 16 Jul, 2023
    • laravel
    • php
    • laravel-core-bits

Factory Relationships deep dive

In Laravel, Factories play a crucial role in generating data for your models. Suppose we want to create a post with 20 comments. Typically, this would …

Read

I’m publishing new content every few days. If you enjoyed this article, consider joining the newsletter to stay updated on the latest posts.

  • About

Ahmed Ammar 2023. All rights reserved