Seasoned Laravel Developer
- 🌍 I'm based in Pakistan, Lahore
- ✉️ You can contact me at [email protected]
- 🚀 I'm currently working on Working on Laravel Package Payzen
- 🧠 I'm learning Domain Driven Design and OpenAPI
Seasoned Laravel Developer
Forked from livewire/livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
Blade
Forked from laravel/laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
PHP
<div
x-data="{ value : @entangle($attributes->wire('model')) }"
x-on:change="value = $event.target.value"
x-init="
new Pikaday({ field: $refs.input, 'format': 'MM/DD/YYYY' });"
Forked from mikebarlow/megaphone
Livewire UI for Laravel based user notifications
PHP
Automated Laravel TALL-stack installation with superpowers.
/* Component Render */
<x-rich-text wire:model.lazy="description"></x-rich-text>