Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


While working with Laravel, we often times forget that everything in Laravel is a class and it can be used as a POPO ( Plain Old PHP Object ). This is a simple...
Let’s add authentication & authorization to our (very) simple Chat app. Note: Please refer to the previous article for most of our application setup.
So this is my first foray in to TDD (Test Driven Development) at work. The way I was going about it was just running the tests for the specific feature I was bu...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Is Node.js better than PHP? Node.js and PHP both are able to manage any complexity of the applications, they are built around different structure and concepts....

blog.laravel.com

Laravel v6.6.1 released
Certified Laravel | PHP | Magento Developer.
This is a massive release that has been in the works for the past six months. We’ve managed to churn out minor releases even during the development of this new...
Its no longer news that PHP 7.4 is now available with lots of exciting new features. Yeah, and everyone wants to get a test of it :) PHP 7.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
PHP Internals News: Episode 37: PHP 7.4 Celebrations! London, UK Thursday, November 28th 2019, 09:37 GMT In this episode of "PHP Internals News" we are celebrat...
Do you have a Symfony Application like Composer and you want to ship it as a PHAR? Composer is actually pretty simple - just see the Compiler class. But what if...
PHP 7.4 has just been released! This latest version adds several new features to the language such as arrow functions for shorter one-liner functions, typed pro...
Some days after the last time I wrote about how Composer could help preloading your project, Seldaek (member of the Composer team) shot down any hope to open Co...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Among the few features that got added to the latest released version of PHP 7, the arrow function feature seems to be amazing to me since it has been in JS ES6....
Our Proof-of-concept will simply broadcast a new chat message to all users of a public chat room. It’s a good idea to put side effects in Model Observers.
In Chapter Seven, we had created a form to submit portfolio data and used it to submit the portfolio data. At the end of the chapter, we saw that we still need...
When PortfolioEditor is seen in the browser, we need the updateItemModal set to FALSE. When the edit button is clicked, we need the updateItemModal set to TRUE.