Latest Laravel/PHP Articles

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


significantly different from the previous versions.
Certified Laravel | PHP | Magento Developer.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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)...
Today we will be looking at how to employ Deep Learning OCR (optical character recognition) to extract text from photographs. And that’s all you have to do! Not...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
As we all know that Laravel is a fantastic framework for all the tasks we need, whether we need microservices like an RESTful API or a full fletched project bui...
3. Test that Apache is running by accessing http://localhost in a browser window. The result should be a webpage with the title Apache2 Ubuntu Default Page.
Hello World,Today i am going to create article in which we will learn laravel directory structure. In this article, we will learn about all folders and files at...
This post demonstrates how to harness deep learning to determine the age of someone in a photo. Begin with a reference to our image recognition API: Then all th...