Skip to content
View RikoDEV's full-sized avatar
๐Ÿž๏ธ
Sunny
๐Ÿž๏ธ
Sunny

Sponsoring

@blakeblackshear

Block or report RikoDEV

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
RikoDEV/README.md

aurora

๐Ÿ‘‹ Hi! My name is Jacek.

javascript php dart lua flutter laravel tailwindcss

๐Ÿ’— Support my work

โ‚ฌ20 Hetzner buymeacoffee

๐Ÿ“ My personal projects

Playbase server list logo ANYForum.pl logo โ›”๏ธ BlockM
Game server list based on Laravel Framework Polish forum for gamers FiveM/RedM blacklist checker

๐Ÿ“Š Some stats (more)

rikodev's wakatime stats

Pinned Loading

  1. Trigger Laravel Jetstream banner fro... Trigger Laravel Jetstream banner from Livewire component
    1
    // Success banner
    2
    $this->dispatchBrowserEvent('banner-message', [
    3
      'style' => 'success',
    4
      'message' => 'Amazing success banner!'
    5
    ]);
  2. flarum-docker flarum-docker Public

    ๐Ÿณ Flarum Docker image

    Shell 4 3

  3. Laravel + Jetstream + Socialstream D... Laravel + Jetstream + Socialstream Discord Linked Roles
    1
    ![discord linked roles](https://assets-global.website-files.com/5f9072399b2640f14d6a2bf4/6393ae0ce6ab8ebeb1bab04d_image1.png)
    2
    
                  
    3
    ## How to easily add linked roles support for Socialstream login using Discord?
    4
    Linked roles is a new solution for assigning roles to a user after linking the account to the selected application. Since my Laravel site already uses Discord login, why not use it? The implementation itself seems complicated, but it is a matter of adding a few lines of code. Simple.
    5
    
                  
  4. Fix Livewire v3 unknown route after ... Fix Livewire v3 unknown route after caching (mcamara/laravel-localization)
    1
    ![Livewire v3 x Laravel Localization](https://i.imgur.com/W883hD6.png)
    2
    
                  
    3
    ## 1. Create new file called `HandleRequests.php` inside `app\Livewire` directory.
    4
    
                  
    5
    ```php