Skip to content
View humayunjavaid's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report humayunjavaid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
humayunjavaid/README.md

Hi 👋 My name is Humayun Javed

Developer , Innovator & Teacher

Seasoned Laravel Developer

Skills

GitC++PHPPythonRustAngularVuePostgreSQLMySQLFast APIMacOSAmazon Web ServicesLaravel

Pinned Loading

  1. livewire livewire Public

    Forked from livewire/livewire

    A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

    Blade

  2. laravel laravel Public

    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

  3. Pickaday Integration with Laravel Li... Pickaday Integration with Laravel Livewire And Alpine js
    1
    <div
    2
        x-data="{ value : @entangle($attributes->wire('model')) }"
    3
        x-on:change="value = $event.target.value"
    4
        x-init="
    5
            new Pikaday({ field: $refs.input, 'format': 'MM/DD/YYYY' });"
  4. megaphone megaphone Public

    Forked from mikebarlow/megaphone

    Livewire UI for Laravel based user notifications

    PHP

  5. ralphjsmit/tall-install ralphjsmit/tall-install Public

    Automated Laravel TALL-stack installation with superpowers.

    PHP 44 10

  6. Trix Integration with Livewire And A... Trix Integration with Livewire And Alpine js
    1
    /* Component Render */
    2
    
                  
    3
    <x-rich-text  wire:model.lazy="description"></x-rich-text>