Articles | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com) [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles  ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

/ articles

Articles
========

Articles, tutorials, and news on software engineering, open source, and web development.

  9 articles  

 Search  [All](https://msaied.com/articles) [AI](https://msaied.com/articles?category=ai) [Composer Pacakge](https://msaied.com/articles?category=composer-pacakge) [Filament](https://msaied.com/articles?category=filament) [Laravel](https://msaied.com/articles?category=laravel) [Livewire](https://msaied.com/articles?category=livewire) [Open Source](https://msaied.com/articles?category=open-source) [PHP](https://msaied.com/articles?category=php) [Tips &amp; Tricks](https://msaied.com/articles?category=tips-tricks) 

 [ ![Vocalizer: Run Local Text-to-Speech in PHP with No API Calls](https://cdn.msaied.com/437/12b1894dab8c3f08825306988f8c9fb7.png) text-to-speech PHP extension voice cloning 

### Vocalizer: Run Local Text-to-Speech in PHP with No API Calls

Vocalizer is a native PHP extension that runs text-to-speech synthesis entirely on-device. It supports eight m...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 16 Jul 2026     3 min read  

  Read    

 ](https://msaied.com/articles/vocalizer-run-local-text-to-speech-in-php-with-no-api-calls) [ ![Filament v4.12.1 Released: Field Wrapper Blade Component Alias Fix](https://cdn.msaied.com/436/aea645d1d73a84a3f29269b3e70f07d1.png) Filament Laravel Bug Fix 

### Filament v4.12.1 Released: Field Wrapper Blade Component Alias Fix

Filament v4.12.1 is a focused patch release that fixes an issue with Field wrapper Blade component aliases, en...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 17 Jul 2026     3 min read  

  Read    

 ](https://msaied.com/articles/filament-v4121-released-field-wrapper-blade-component-alias-fix) [ ![Advanced Authorization in Laravel: Gates, Policies, and Response-Based Access Control](https://cdn.msaied.com/435/961744168be44624c172aaf5623383f5.png) laravel authorization policies 

### Advanced Authorization in Laravel: Gates, Policies, and Response-Based Access Control

Go beyond simple boolean gates. Learn how to return rich authorization responses, compose policies with before...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 17 Jul 2026     3 min read  

  Read    

 ](https://msaied.com/articles/advanced-authorization-in-laravel-gates-policies-and-response-based-access-control-3) [ ![Eloquent Custom Casts: Encapsulating Value Objects Without the Bloat](https://cdn.msaied.com/434/ebfa76586107d613c3d3e65695f16ae4.png) laravel eloquent domain-driven-design 

### Eloquent Custom Casts: Encapsulating Value Objects Without the Bloat

Custom Eloquent casts let you map raw database columns directly to rich value objects. Learn how to build type...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 17 Jul 2026     1 min read  

  Read    

 ](https://msaied.com/articles/eloquent-custom-casts-encapsulating-value-objects-without-the-bloat-1) [ ![Build a Laravel Scout Search Endpoint With the HTTP QUERY Method](https://cdn.msaied.com/433/f1100f27bf9bb41032e0ea927629e818.png) Laravel Laravel Scout HTTP QUERY 

### Build a Laravel Scout Search Endpoint With the HTTP QUERY Method

Learn how to register an HTTP QUERY route in Laravel 13 using Route::match(), back it with Laravel Scout's dat...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 16 Jul 2026     3 min read  

  Read    

 ](https://msaied.com/articles/build-a-laravel-scout-search-endpoint-with-the-http-query-method) [ ![Enforce Per-Action Waiting Periods in Laravel with the Cooldown Package](https://cdn.msaied.com/432/a8a830b45119cc7fafc7e27d7951e114.png) Laravel Packages Rate Limiting 

### Enforce Per-Action Waiting Periods in Laravel with the Cooldown Package

Laravel Cooldown lets you place timed locks on named actions—OTP resends, password resets, payment retries—sco...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 16 Jul 2026     4 min read  

  Read    

 ](https://msaied.com/articles/enforce-per-action-waiting-periods-in-laravel-with-the-cooldown-package) [ ![Livewire v3 Performance: Lazy Hydration, Computed Properties, and Minimising Wire Payloads](https://cdn.msaied.com/431/5931d6ca41b721bc1cd98ccc4ce063c7.png) livewire laravel performance 

### Livewire v3 Performance: Lazy Hydration, Computed Properties, and Minimising Wire Payloads

Practical techniques for keeping Livewire v3 components fast: lazy hydration, memoised computed properties, ta...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 16 Jul 2026     4 min read  

  Read    

 ](https://msaied.com/articles/livewire-v3-performance-lazy-hydration-computed-properties-and-minimising-wire-payloads) [ ![Filament v5 Preview: Schema Unification, Performance Shifts, and How to Prepare](https://cdn.msaied.com/430/44b6a4ac9fef052463a7ca8318fe463e.png) filament laravel filament-v5 

### Filament v5 Preview: Schema Unification, Performance Shifts, and How to Prepare

Filament v5 is reshaping how panels, forms, and tables are composed. This deep-dive covers the confirmed archi...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 16 Jul 2026     4 min read  

  Read    

 ](https://msaied.com/articles/filament-v5-preview-schema-unification-performance-shifts-and-how-to-prepare-1) [ ![Laravel Legacy Bridge: Carry Authenticated Sessions from a Legacy PHP App into Laravel](https://cdn.msaied.com/429/5abced4ee695d6c03e3ae41bbf2fe4bb.png) Laravel PHP Session Management 

### Laravel Legacy Bridge: Carry Authenticated Sessions from a Legacy PHP App into Laravel

Laravel Legacy Bridge is a package that reads a legacy session cookie, decodes the payload from the legacy dat...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 15 Jul 2026     4 min read  

  Read    

 ](https://msaied.com/articles/laravel-legacy-bridge-carry-authenticated-sessions-from-a-legacy-php-app-into-laravel) 

  [ « Previous ](https://msaied.com/articles?page=4) [ Next » ](https://msaied.com/articles?page=6) 

 Showing 37 to 45 of 391 results

  [    ](https://msaied.com/articles?page=4) [ 1 ](https://msaied.com/articles?page=1) [ 2 ](https://msaied.com/articles?page=2) [ 3 ](https://msaied.com/articles?page=3) [ 4 ](https://msaied.com/articles?page=4)  5  [ 6 ](https://msaied.com/articles?page=6) [ 7 ](https://msaied.com/articles?page=7) [ 8 ](https://msaied.com/articles?page=8) [ 9 ](https://msaied.com/articles?page=9) [ 10 ](https://msaied.com/articles?page=10)  ...  [ 43 ](https://msaied.com/articles?page=43) [ 44 ](https://msaied.com/articles?page=44) [    ](https://msaied.com/articles?page=6)  

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://msaied.com)
- [Projects](https://msaied.com/projects)
- [Articles](https://msaied.com/articles)
- [Certificates](https://msaied.com/certificates)
- [Contact](https://msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
