Laravel

How To Send Mail Using Sendgrid Dynamic Templates

how to send mail using sendgrid dynamic templates
Before we begin In order to complete this tutorial, you will need the following: Composer installed and ready to use Basic knowledge of the Laravel framework A locally-installed database server ready to use A SendGrid account   Why Twilio SendGrid’s Email API? Sendgrid is very popular API to send email from our laravel

Laravel Jetstream

Introduction Laravel 8 was released on September 8th along with Laravel Jetstream. Laravel Jetstream is a new application scaffolding for Laravel. Laravel Jetstream replaces the legacy Laravel authentication UI available for previous Laravel versions. In this tutorial, I will give you a quick introduction to what exactly Laravel Jetstream is and how

Laravel 6 – Advance Features

laravel 6 advance features
1. Laravel Vapor Compatibility In general, Laravel vapor is an auto-scaling and flexible deployment platform powered by Amazon Web Services which is the new feature supported by the Laravel 6.0 Framework. Users can scale up or scale down their requirements with zero server maintenance. Vapor hides the backend complexity of

Laravel Livewire

laravel livewire
Livewire is a full-stack framework for Laravel framework that makes building dynamic interfaces simple, without leaving the comfort of Laravel. If you are using livewire with Laravel then you don’t worry about writing jquery ajax code, livewire will help to write very simple way jquery ajax code using PHP without

What Is Ioc Container In Laravel?

what is ioc container in laravel
The Laravel inversion of control container is a powerful tool for managing class dependencies. Dependency injection is a method of removing hard-coded class dependencies. Instead, the dependencies are injected at run-time, allowing for greater flexibility as dependency implementations may be swapped easily. Understanding the Laravel IoC container is essential to

What Is Service Container In Laravel?

what is services container in laravel
The Laravel service container is a powerful tool for managing class dependencies and performing dependency injection. Dependency injection is a fancy phrase that essentially means this: class dependencies are "injected" into the class via the constructor or, in some cases, "setter" methods. Ability to manage class dependencies on object creation

What’s Exciting In Laravel-7

What's exciting in laravel 7
Laravel 7 is now released and includes many new features including Laravel Airlock, better routing speed, custom Eloquent casts, Blade component tags, fluent string operations, a new HTTP client, CORS support, and many more features. 1. Laravel Airlock Laravel Airlock provides a lightweight authentication system for single page applications, mobile