Latest Laravel/PHP Articles

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


This technique is frequently used on login forms that wasn’t coded imagining a good security scenario.
If your local development environment is running on Windows + Homestead, you probably have experienced super slow error reporting on your latest Laravel applica...
Have you heard about the Code Coverage Report? This is good if you already know that, but don’t worry if you don’t know anything. I’ll explain how to start Code...
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.
What is SOLID? As a software developer, we always need to deal with changes in requirements or a new feature in the middle of development or some extension on a...
Do you know we can fire specific event from model without passing data from controller ? In this tutorial i am going to show you how we can do it without passin...
In this tutorial i will show you step by step how to pass parameter to middleware. In this tutorial we will see how we can pass multiple parameter to middleware...
PHP framework Laravel is phenomenal & open-source, incepted by Tylor Otwell. The creator of Laravel has been testing 6.0 for some time now, and it’s here now! W...
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.
Sometimes, you might want to attach additional attributes to the original request that has made to the Laravel application.
Note: this chapter mostly addresses domain-related code. We'll come back to the application layer in future chapters. In this chapter of Laravel beyond CRUD, we...
One of the biggest features in Laravel is the ability to create services easily that can be extended and customized in a painless way. For example, we can quick...
Certified Laravel | PHP | Magento Developer.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Normally you can clear your database table with Model::truncate() function in laravel. But that won’t work if you try to clear the database with a foreign key r...
It is often the case that we have to check if a variable is a null before using it. If we query a model from database it might turn out to be nothing. Therefore...
Everything in Laravel is driver based, this how Laravel supports multiple db connections, multiple way of logging, multiple ways to send emails and hashing etc....
I’m going to show you how to use the Mailable class that was first introduced in Laravel 5.3. To help keep this tutorial clean, I am going to omit any comments,...