Free tools, checklists, and resources. No email required—just useful stuff.
A linting tool for Laravel Blade templates. Catches syntax errors, undefined variables, and common Blade mistakes before they reach production.
# Install
composer require magentron/laravel-blade-lint --dev
# Run
php artisan blade:lint
Simple IP lookup utility. Returns your public IP address in plain text—perfect for scripts, debugging, and quick network diagnostics.
# Get your public IP
curl https://in.je/ip
# Use in scripts
MY_IP=$(curl -s https://in.je/ip)
Security scanning tool for detecting malicious code, backdoors, and suspicious patterns in PHP codebases. Essential for auditing inherited projects.
# Clone and run
git clone github.com/magentron/trojan-scan
# Scan a directory
./trojan-scan /path/to/project
20-point security checklist for Laravel applications. Covers authentication, input validation, headers, and more.
Pre-deployment and post-deployment checklist for Laravel applications. Never miss a step again.
Systematic code review checklist for PHP/Laravel. Covers functionality, security, performance, and maintainability.
Common performance issues in Laravel and how to fix them. From N+1 queries to caching strategies.
Essential security configuration for Linux servers running PHP applications.
Quick reference for Docker commands and configurations specific to PHP development.
Robert C. Martin
Timeless principles for writing readable, maintainable code.
Matt Stauffer
Comprehensive guide to Laravel development.
Gene Kim et al.
Understanding DevOps through narrative.
Andrew Hoffman
Practical guide to securing web applications.
These resources are a good start, but every project is different. Let's talk about your specific challenges.
Get in touch