Skip to main content

Posts

Showing posts with the label Laravel 8 features

In-Depth Laravel 8 New Released Features

  Laravel 8 is a newly released Laravel framework that launched on 8th September. Peers want to know  what’s new in Laravel 8  and what improvement made in Laravel 7. Before understanding the Laravel 8 features, one needs to see the Laravel 6 version. As Laravel 6 framework switches to semantic versioning, we need to understand its process. Let’s drive in and take a look at the latest  Laravel 8 new features Laravel 8 New Features 1. Laravel Jetstream One of the  best new features in Laravel 8  is Laravel Jetstream. It provides a fantastic starting point for developing  Laravel applications development . It uses built-in options like:  Login and Registration  Email Verification Session Management Two Factor authentication Tailwind CSS designed Laravel Sanctum API Support 2. How is Laravel 8 features Jetstream used? Developers can create a new application with Jetstream by using Laravel installer. One needs to add the following code: Laravel n...