İsmail Çakır

Results 3 issues of İsmail Çakır

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Producing our const files in our projects through files like...

enhancement

Greetings, I've been using auto_route for a long time. I'm tired of getting the same error in every project. Is there a solution? If I add a route with children...

Call to a member function getPlugin() on null at vendor/filament/filament/src/FilamentManager.php:282 Versions: Breezy: v2.2.5.1 Laravel: 10.40.0 PHP: 8.2.14 Filament: 3.1.42 My Panel Code is: ```` return $panel ->id('dashboard') ->path('dashboard') ->login() ->registration(Register::class)...