@driesvints Actually. Laravel is a survival of PHP. And now PHP also becomes strong. So there is no way I see the Laravel is dead. Because Laravel means Liberty of development.
#Laravel is not โjust another PHP framework.โ
In 2026, itโs one of the most productive, scalable, and future-ready backend frameworks out there.
๐ญ๐ฌ ๐๐๐ฟ๐ผ๐ป๐ด ๐ฟ๐ฒ๐ฎ๐๐ผ๐ป๐ ๐๐ต๐ ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ๐ & ๐ฐ๐ผ๐บ๐ฝ๐ฎ๐ป๐ถ๐ฒ๐ ๐ฐ๐ผ๐ป๐๐ถ๐ป๐๐ฒ ๐๐ผ ๐ฐ๐ต๐ผ๐ผ๐๐ฒ ๐๐ฎ๐ฟ๐ฎ๐๐ฒ๐น๐
https://t.co/7bOyF9djDB
Inspired by @dev_ashishkumar repository.
https://t.co/LWcJM4WEBk
He developed with core PHP and I with @laravelphp and @LaravelLivewire
๐ Kickstart your Node.js journey at just โน399! ๐ปโจ
Get "Node.js- Beginner to Advance course with projects" on Udemy with this exclusive coupon! ๐ฅ
๐๏ธ Code: NODEJSTIME03
โณ Valid for 5 days only!
Donโt miss outโenroll now!
#Node.js #UdemyCourse#BeginnertoAdvance #HiteshChoudhary #PiyushGarg
Please click on Vote button. If you already is using it please do leave us a comment i am replying to each comment personally and taking it as a feedback :)
https://t.co/4WYbIR1Wty
๐จ I have a Laravel job contract opportunity!
- Up to $5k to finish an interactive UI prototype I started.
- Opportunity for a bigger contract to help us go from prototype to MVP.
- Working directly with me.
Please DM/comment if interested.
Reposts are appreciated. ๐
@CodingWisely Good milestone seeing the evolution of @taskavel!
My team and I have been using it since March 2025โstarted free after @LaraconIN with Vladimir, and recently upgraded to the paid plan. It's now an essential part of how we plan tasks and track time with our team and clients. ๐
Excited to share that Taskavel did a huge milestone, we completed redesign of layout and a good portion of app.
If you did not, check it out!
Here is a screenshot of Dashboard.
Not only layout is changed, but we also made it even easier to use now. Keyboard shortcuts, Favorites.... New https://t.co/68tHmO6brp :)
๐ Laravel tip:
Stop using empty() for value checks โ it fails silently in many cases.
โ Use blank()
โ Use filled() for the inverse
Smarter. Safer. Laravel-ready. ๐ก
Laravel Pint, Code Sniffer and Linter.
Here is what you need to know:
What is a Code Sniffer?
- a tool
- analyzes source code
- enforces coding standards
- identifies violations
- identifies formatting guidelines
- identifies potential issues
What is a Linter?
- a tool
- searches for syntax errors
- searches for potential bugs
- searches for best practice violations
What is the difference between a Code Sniffer and a Linter?
- A Code Sniffer checks formatting, while a Linter finds errors.
Top Code Sniffers and Linters for Laravel Development:
- Laravel Pint (Code Sniffer)
- PHPStan (Linter)
- PHPCS (Code Sniffer)
:)