Latest Laravel/PHP Articles

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


There are situations where you need to get array of IDs for some records in collection/table. I will show you two quick ways to do it – one is pretty popular, a...
Everybody knows about comments because it is the first thing which is taught in schools and colleges. We were told that commented code is never executed in a pr...
When developing a website, you sometimes have to manipulate data in Microsoft Excel format. For example, your website could offer users the option of importing...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Swoft is a PHP microservices coroutine framework based on the Swoole extension. Like Go, Swoft has a built-in coroutine web server and a common coroutine client...
Even with all the amazing developers out there working on open source projects and libraries, inevitably the time comes when you need to add your own code to an...
significantly different from the previous versions.
Certified Laravel | PHP | Magento Developer.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Default belongsToMany relationship in Laravel works really well – you can easily attach, detach or sync records. But what if you want to order pivot records by...
Situation:We have a project that uses PHP codes. For sure, as a development team, we must have some code style rule to align everybody’s code and ensure the bea...
This article serves as the first of a series on unit testing in PHPUnit aimed at providing a fundamental understanding of unit tests at a basic level. To do thi...
For those of you following Laracon 2019, you may have seen the amazing new package from Caleb Porzio called Livewire. As described on his site: Livewire is a fu...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Here is the easiest way to generate an EAN-13 barcode automatically. You will be amazed at just how easy it really is. Let’s start with installing our barcode A...
The clash of titans: Airbnb and Basecamp versus Facebook and Yahoo! The first two were built with Ruby on Rails, the next with PHP. But who's right? What side a...
By now, every software developer and their cat knows how to implement FizzBuzz. For me, FizzBuzz is a good and easy way to filter out web developers. When I’m i...
Let’s look at a super easy way to detect license plates in photographs. Our API will not only give the location and dimensions of the license plate (or plates)...