Skip to content
View CodeAdminDe's full-sized avatar
  • Hamburg, Germany

Organizations

@IT-Habich
Block or Report

Block or report CodeAdminDe

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

Pinned Loading

  1. IT-Habich/tall-multiselect-cards IT-Habich/tall-multiselect-cards Public

    A TALL-based Laravel Livewire component to replace the (multiple) select HTML input form with beautiful cards.

    PHP 19 1

  2. IT-Habich/SocialiteAdfsProvider IT-Habich/SocialiteAdfsProvider Public archive

    Basic ADFS OAuth2 Provider for Laravel Socialite

    PHP 3 2

  3. Just a simple example of model const... Just a simple example of model constant testing via PHPUnit
    1
    <?php
    2
    
                  
    3
    namespace Tests\Unit\Models;
    4
    
                  
    5
    use App\Models\User;
  4. HowTo - Laravel 8 with landlord sess... HowTo - Laravel 8 with landlord session table and tenant_id scopeing
    1
    # 202112_HowTo_Laravel8_Landlord_Sessions_with_Tenat_ID
    2
    
                  
    3
    This is a short "how-to implement" of a tenant scopeing for sessions when using
    4
    
                  
    5
    * Laravel 8 (laravel.com)