Cryptocurrencies

US100, Gold, USD/JPY

US100 holds losses after AI-scare trade selloff. Gold softens but remains near three‑week high amid tariff chaos, geopolitics. USDJPY eyes triangle breakout as Takaichi’s rate‑hike stance pressures yen ahead of inflation data. AI woes hit Read more…

By hadi, ago
PHP

Creating The Perfect Claude Code Status Line

Matt Pocock shares his ideal Claude Code status line setup, showing repo name, git branch info, and context window usage percentage. The post includes step-by-step instructions using bash scripts and the ccstatusline package. Read more

By hadi, ago
PHP

★ Laravel Permission v7 has been launched

[AdSense-A]

Laravel's built-in authorization is great when permissions are defined in code. With gates and policies, you can write logic like this:

// Defined in code, requires a deploy to change
Gate::define('edit-posts', function (User $user) {
    return $user->is_admin;
});

But in some projects roles and permissions are dynamic: created by users, managed through an admin panel, or changed at runtime without deploying code. Our Laravel Permission package can help you dynamically create roles and permissions.

We just released v7 which doesn't bring any new features, but cleans up the internal code and modernizes it. Let me walk you through what the package can do.

(more…)

By hadi, ago