Skip to content

Instantly share code, notes, and snippets.

@armanhakimsagar
Created February 11, 2020 07:32
Show Gist options
  • Save armanhakimsagar/aa57710a8fb6f5706c4cc2b2f2872751 to your computer and use it in GitHub Desktop.
Save armanhakimsagar/aa57710a8fb6f5706c4cc2b2f2872751 to your computer and use it in GitHub Desktop.
********
Laravel use simentic versioning system.
Semantic versioning (also referred as SemVer) is a versioning system that has been on the rise over the last few years. It has always been a problem for software developers, release managers and consumers. Having a universal way of versioning the software development projects is the best way to track what is going on with the software as new plugins, addons, libraries and extensions are being built almost everyday.
Semantic Versioning is a 3-component number in the format of X.Y.Z, where :
X stands for a major version.
Y stands for a minor version.
Z stands for a patch.
*********
Previous version use : Vue and Bootstrap scaffolding
New version use : includes presets for React, Vue, and Bootstrap
*********
the new feature has been added and the name is Improved authorization message
*********
Laravel 6.0 comes with Lazy collection which leverages PHP’ generators to authorize you to do a
job with huge datasets while you are utilizing low memory.
It provides an iterators for the items of the array.
*********
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment