Firat Kaya

Results 12 issues of Firat Kaya

What's mean this error? It's only coming when we under attack. BungeeGuard version: 1.2.2 ``` [00:14:25] [pool-6-thread-119/WARN]: Error dispatching event LoginEvent(cancelled=false, cancelReasonComponents=null, loginResult=null, connection=[/ipaddress:56334|1] InitialHandler) to listener me.lucko.bungeeguard.bungee.BungeeGuardProxyPlugin@1328f482 java.lang.RuntimeException: java.lang.reflect.InvocationTargetException...

Can you add laravel 9 support?

Hello I'm using Laravel Sail. Because I'm Windows user and laravel-async not working with Windows. When I send async mail, mail not sending. No problem with sync. My Code: ```php...

Hello, How can I configure IntelliSense autocomplete on WebStorm?

question

Hello I have https://gist.github.com/igorescobar/6450250#gistcomment-2307273 this code but I need more complicated masking. If I write more than 1 when I write the month value, I want to add a leading...

It throws an error when there is an unexpected value in the URL. And try catch not working. ``` try { SimpleRouter::start(); } catch (Expception $ex) { echo $ex->getMessage(); //...

I have code like that: ```php function input($index = null, $defaultValue = null, ...$methods) { if ($index !== null) { return request()->getInputHandler()->value($index, $defaultValue, ...$methods); } return request()->getInputHandler(); } ``` ```php...

I want to create nested resource routes. But I get route not found error. Can you add this feature like laravel? ``` Router::resource('/tickets', TicketController::class)->name('support.tickets'); Router::resource('/tickets/{ticketID}/messages', TicketMessageController::class)->name('support.tickets.messages'); ``` https://laravel.com/docs/10.x/controllers#restful-nested-resources

feature

Hey, I want to stop an ongoing stream by pressing the button. I also want to prevent new messages from being entered while the stream continues. In older versions, it...

## Description Do you add CustomItems compatibility? https://www.spigotmc.org/resources/%E2%9B%8F-custom-items-%E2%9C%85-1-8-1-17-%E2%9C%85-make-new-items-blocks-with-new-textures-recipes-triggers-more.63848/ ## Server Details - Server: - FastCraft: v3.? ## Errors

compatibility