Packages from furkankufrevi
-
PHP
furkankufrevi/laravel-deploy-checklist
An artisan command that verifies your Laravel app is production-ready. Checks debug mode, caches, migrations, environment, security headers, and more.
-
PHP
furkankufrevi/laravel-route-linter
Static analysis for Laravel routes. Detects missing middleware, unused named routes, duplicate URIs, missing controller methods, and more.
-
PHP
furkankufrevi/laravel-slow-query-detector
Detect slow queries and N+1 problems in your Laravel app. Logs warnings with query details, execution time, and origin.