Our Work
A showcase of our contributions and projects
Selected Works
Wen.nz - URL Shortener Service
A fast and simple URL shortening service with clean interface and powerful features
Tailwindo - Bootstrap to Tailwind CSS Converter
A powerful PHP tool that automatically converts Bootstrap CSS classes to Tailwind CSS equivalents across HTML/PHP files
Laravel Visits - Visit Counter Package
A flexible Laravel package for tracking model visits with Redis or Eloquent backend, featuring IP protection and caching
Laravel Arabic Files
Comprehensive Arabic translations and configuration files for the Laravel framework
Core Contributions
Fix Route Helper with Custom Binding Key
Fixed a bug where the route() helper function was generating incorrect URIs for routes utilizing custom binding keys
Fix Eloquent Collection Intersect
Fixed a bug where the intersect method in Eloquent collections returned all values instead of an empty collection when called with null or empty arguments
Enable Pusher Logging
Added support for Pusher logging in Laravel 5.7, allowing developers to configure logging through the broadcasting configuration file
Fix SQLite Update for Complex Statements
Fixed SQLite update functionality to handle complex statements involving joins and limit clauses
Fix SQLite hasColumn Duplicated Prefix
Fixed a bug where the table prefix was being duplicated in SQLite's hasColumn method
Fix SQLite Delete for Complex Statements
Fixed a critical bug in Laravel's SQLite delete implementation that caused unintended data loss with complex DELETE statements