Laravel Notification

Laravel Notification

As Laravel is a heavy framework, it provides support for sending notifications across various channels. Here in this session, we will take a look at …

Read More

Exception Handling Methods

Exception Handling Methods

While doing a project, it is common to come across various errors and exceptions. Luckily for us, error and exception handling is already configured in …

Read More

HTTP Client – Laravel 10

HTTP Client in Laravel

Laravel 10 provides an expressive API around the Guzzle HTTP Client. It allows us to quickly make outgoing HTTP requests to communicate with other web …

Read More

New Blade Components

New Blade Components in Laravel

In this article, we’ll take a look at the new blade components that are available in Laravel. Laravel 10 introduced a new syntax for creating …

Read More