Latest Laravel/PHP Articles

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


Have you ever thought of creating an algorithm where your app can make its own decision, or can handle some weird things that your client throws at it as they d...
In Laravel, we commonly face the problem of adding repetitive filtering in Controllers. While working in controller classes, need to add repetitive filtering. I...
I’ve decided to revitalize an old project I had started creating from 2017. One of the requirements were to make it modular based, on a core level, and for exte...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
When writing applications, it is often necessary to weave functionality through the events that occur to an object of a class that you have created.
Laravel Validation system has 60+ validation rules available, but what if you want something extra? You can easily create your own validation rule, or use somet...
Following along with Laracasts TDD series, I found a neat little shortcut to writing the model tests for required fields that you may find useful.
Not so long ago, I created a website project that require my website to view a PDF file directly. I started my research and found some alternatives for my needs...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hey Guys! This is Aman. Hope you all are doing well. Hope you all read my last blog which was of the Laravel Authorization. In that blog, we learned how to work...
In this tutorial, I will guide you step by step to use Tron-API to access Tron Blockchain for your web applications. Step 1: Make sure you have a web host that...
This post assumes that you are a Laravel Developer, you have developed some APIs, published them on Swagger (here for more), and now you want to make them acces...

blog.laravel.com

Laravel Snippet #13
Creator of Laravel.
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 will need to install docker and docker-compose in your system before you proceed any further. And of course, the xdebug-helper chrome extension.
The month May marks the first year anniversary of a client project I've been working on at Spatie. I thought it useful to share some statistics with the communi...
If there is one thing I really like about the Laravel PHP Framework, it would be its level of code sophistication, whether it is something as complex as the ORM...
When you search on google for PHP interview question, then you find this one (How to use the trait in PHP). Some of the best coding developers within our networ...