✌ We’re pleased to be a part of #LaraconIndia, India’s biggest Laravel event! It was an amazing experience for our team – we learned tons, exchanged knowledge with brilliant minds (including the Laravel core team!), and felt the power of the Laravel community. As a volunteer of #Laravel community, we
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
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
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 The Use Of Invokable Controller In Laravel
In Laravel we are all used to using the default resource controllers which currently consist of these methods. One controller for handling all the CRUD requests. Now this doesn’t look bad until you start defining those methods and very soon your controller becomes very fat and hard to manage and it becomes
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?
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
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
Laravel Is The Best PHP Framework For 2019
PHP is one of the oldest and most popular web development languages, and Laravel is its most popular framework. In this article, we discuss why. Choosing the right framework for your application is one of the most difficult aspects of the initial stages of project development. Although the general criteria for a