βοΈ BlockM | ||
---|---|---|
Game server list based on Laravel Framework | Polish forum for gamers | FiveM/RedM blacklist checker |
ποΈ
Sunny
Hi! Nice to see you π
Highlights
Pinned Loading
-
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]);
-
-
Laravel + Jetstream + Socialstream D...
Laravel + Jetstream + Socialstream Discord Linked Roles 1![discord linked roles](https://assets-global.website-files.com/5f9072399b2640f14d6a2bf4/6393ae0ce6ab8ebeb1bab04d_image1.png)
23## How to easily add linked roles support for Socialstream login using Discord?
4Linked 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 -
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)
23## 1. Create new file called `HandleRequests.php` inside `app\Livewire` directory.
45```php
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.