Laravel is web application framework helps for building modern and full stack web applications.It has powerful features like thorough dependency injection, an expressive database abstraction layer, queues and scheduled jobs, unit and integration testing, and more.
Laravel 7 was released on March 3rd, 2020 continues the improvements made in Laravel 6.x by introducing Laravel Sanctum, routing speed improvements, custom Eloquent casts, Blade component tags, fluent string operations, a...
Now PHP 8 is here !! It was released on November 26, 2020.
In the end of 2020, A major change is happened that is, PHP version 8 is introduced.
You can download the latest version here :
The major new features in PHP 8 is :
WHAT IS A GIT?
Git is world's one of the most popular distributed version control system, which helps us to manage our project files. It will track changes made in project file which is present in git history.
GIT VERSION CONTROLLING
In our projects, we will use many type of files like html, css, js, images etc.While going through our development phases, we may need to revert changes on the code that we already done few month...