Latest Laravel/PHP Articles

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


PHP has a number of sorting functions which can help in sorting single dimension arrays. Some examples include, sort, asort, usort, ksort etc. Each of the funct...
In today article “Create Admin Panel with Laravel Backpack Part 1” we will talk about how to create a quick and powerful admin panel. Most of the web applicatio...
One of my client requested me develop an Android Application for checking the ticket at event venue using QR Code for authenticate the entry of the guest. its v...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
You probably have written a condition that returns false, then you always keep prefixing it with the “!” inverter notation, which is something really annoying.
After some hours for trial and error, I’ve came up with this basic .travis.yml file ready to work with my Laravel project. Note: my Laravel is 5.8 version and i...
Razorpay is a payments company that provides payment solutions to online merchants in India. Razorpay was founded in 2014 and is headquartered in Bangalore, Ind...
Matheus Nunes PuppeJul 20 · 1 min readDB::enableQueryLog(); // Enable query log// Your Eloquent querydd(DB::getQueryLog()); // Show results of log
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHP helper functions are developed intrinsically to speed up, similar repetitive tasks. They make your work flow conveniently for operating with arrays & object...
“Whatever can go wrong, will go wrong”, states the well known Murphy’s Law. Lots of people will be able to relate to this popular adage, but especially in softw...
The Laravel framework feels magical in large part because it heavily uses PHP’s “magic methods” to add many conveniences. As a quick example, when you access na...
This tutorial will continue from above tutorial which the installed voyager with dummy data. Expected result after complete install the laravel voyager and able...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Imagine you have an PHP backend application (we will call this application as “BootyPark”) that depends on an internal GraphQL API service (we will call this “Q...
When we talk about Object Oriented Programming in PHP, there are three most common features out of the complete object model come into involve almost regularly...
If you’re a Laravel developer, you’re more than likely familiar with Laravel Forge. Forge allows you to provision a Digital Ocean, Linode or AWS server and depl...
What’s laravel? Laravel is a free, open-source PHPweb framework, created by Taylor Otwell and intended for the development of web applications following the mod...