Skip to content
View RikoDEV's full-sized avatar
🏞️
Sunny
🏞️
Sunny
Block or Report

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.

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
RikoDEV/README.md

tokyo

πŸ‘‹ 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

  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 3 2

  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