Recent posts with #Php

🚨 ~2 HOURS TO GO!

Laravel Spotlight is about to drop the ultimate Laravel Passport guide—live at 3:30 PM UTC TODAY! ⏳

Watch as @hafez_d1 unpacks OAuth2 mastery: from basics to API/SPA auth, personal access tokens, and the no-holds-barred Sanctum vs Passport battle. Game-changer alert! 🔥

#Laravel #PHP #OAuth2
youtube.com/live/2kBp2qp10eQ?feature=share

57

Why I stopped using Node.js for most of my projects 👇

I got tired of installing a 3rd-party package for every small feature.

Want sessions? package.
File upload? package.
Validation? package.
Auth? 4–5 packages.
Security? More packages.

I just want to build — not manage dependencies.

PHP gives me sessions, cookies, forms, security, routing basics built-in.
Less boilerplate, fewer risks, faster shipping.

Node.js is powerful for real-time & microservices, but for rapid secure web dev — PHP feels more productive for me.

Not hate. Just choosing the tool that lets me focus on creating, not configuring.

#webdev #NodeJS #PHP #programming #devlife

29

#PHP tip: PHP 8.5 Closures in Constant Expressions

PHP 8.5 enables closures in constant expressions, allowing default function parameters, attribute values, and class constants to be defined as closures without workarounds.

#php85 #closures #codetip #modernPHP

image

1

60