Latest Laravel/PHP Articles

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


Today, We want to share with you Sort Collection By dates in Laravel.In this post we will show you laravel collection custom sort, hear for laravel collection->...
Single Action Controller is the feature in Laravel which as the name suggests allows to create special controllers with single action. For example in a project...
The new Blade components in Laravel 7 are great. They provide an easy way of defining blade components in a Vue-like tag aliases. One of the nice features of Bl...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Using the element, we can create line breaks in our texts. For me, using the line break element is a little bit weird. When I learned HTML and CSS, the rul...
Today, We want to share with you Get Unique Collection values(Remove Duplicates from Collection) using Laravel.

blog.laravel.com

Laravel v7.6.0 released
Certified Laravel | PHP | Magento Developer.
Slack launched in 2014 with a PHP 5 backend. Along with several other companies, we switched to HHVM in 2016 because it ran our PHP code faster. We stayed with...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Note: All the content in this article is current and working for Laravel 7.x. If you are using an earlier version such as 5.x or 6.x, not all of these methods w...
Then let’s create our package skeleton. We will be using a CLI tool. It will generate all necessary files Then you can run generation command. Webkid stands for...
In the Epilogue of the Object Design Style Guide, I started happily outlining some of the architectural patterns I've been using for several years now.
We often post about tricks and hacks for PHP’s arrays. Here we come with another one again. Let’s use array_diff for deeper arrays as well, with the help of Lar...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Sometimes all you need is to define and call function at the same time and only once throughout the scope. Such functions are called as Immediately Invoke Funct...
Authorize.Net is no doubt one of the trusted and popular payment solutions on the Internet. If you are running an online store and wish to receive payments usin...
Since Laravel 5.x we use the artisan command php artisan make:auth to scaffold authentication but there’s a little change. Let’s take a look in how to Authentic...
How many times you had some times consuming task to do with laravel in your application. Some times you need to send mail to a bunch of user but you can’t wait...