PHP Dinos
34 subscribers
10 links
PHP Dinos - all about web development and making websites
Download Telegram
🧑‍💻 Топ YouTube-каналів для PHP та веб-розробки (липень 2025)
Зібрав список каналів, які я сам дивлюсь і рекомендую всім, хто вивчає або працює з PHP, Laravel, Symfony, OOP, API та ін.
📺 The Codeholic, Laravel Daily, Program With Gio, PHP Annotated…
- декілька україномовних 💛💙
👉 Читай повний список:

https://go.shkodenko.com/to/12

#php #laravel #symfony #програмування #youtube #webdev
👍1
🦕 PHP Dinos Guide Drop!
Hey devs! I’ve just released a handy new PDF:
“Shorter Null Checks in PHP”

Learn how to clean up your code with:
?? null coalescing
??= coalescing assignment
?-> nullsafe object operator

Perfect for Laravel projects, modern PHP apps, and everyday coding!
Download it here:
👉 https://ko-fi.com/s/02acbe99eb

Let’s write smarter, shorter PHP together! 🧠💻
#php #phptips #laravel #cleanCode #phpdinos #php8
🔥1
🐘 Composer – a must-have tool for PHP developers 🚀

How do you manage dependencies in your projects?
Composer does it for you: it pulls in libraries, resolves version conflicts, and generates an autoloader.

📌 In my new article, I cover:
• what Composer is and why you need it;
• its version history from 2011 to Composer 2.x;
• the most commonly used commands:
• composer install
• composer require vendor/package
• composer update
• composer dump-autoload
• composer outdated

💡 If you’re working with Laravel or Symfony, Composer is essential.
Read the full guide here 👉 https://go.shkodenko.com/to/19