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 …
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 …
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 …
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 …
The method where() allows users to filter collection items given a key-value pair. This method filters items by checking whether the $key has some value …
Most of the company send mail to notify their users about something or to promote their products. So, one ideal situation could be setting up …
Programmers who are new to web development usually do know how powerful a templating engine can be. These templating engines are meant to help with …
toJson() is one of the most helpful and commonly used methods in Laravel. In simple concept, toJson() returns the JSON-encoded data version of the Laravel …
redirect() is one of the most used and popular helper functions. This function redirects users to different URLs of the website. By using this method, …
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 …
Introduction of Notebook Project This is a simple free-form information-gathering web application powered by Larvel and Vue. This application provides a high-quality user experience as …