what is the difference between laravel master and 5.0? -


i new laravel framework , wanted know difference between master , 5.0 (can found @ documentation page).

thank you.

the 5.0 branch current stable release bugfixes , patches go branch , that's 1 should use. (it 1 composer use when create new project).

the master branch contains the upcoming release. in case 5.1. unstable or break features because things change in new release.


Comments