Blog Standard

Difference between Laravel 7 and 8

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...

Read More
Blog Standard

New PHP 8 Released

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 :

Download PHP 8

The major new features in PHP 8 is :

  • Union Types
  • Named Arguments
  • Match Expressions
  • Attributes
  • Constructor...
Read More
Blog Standard

Git-Version Control

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...

Read More