laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Laravel Museum #2417

Open johnss opened 3 years ago

johnss commented 3 years ago

I want to see how Laravel source evolved over the years, PHP http://museum.php.net/ Symfony https://symfony.com/legacy Yii https://github.com/yiisoft-contrib/museum why Laravel not?

Ancient Laravel 3 source code seems to be lost, docs is less important, it is still viewable in Internet Archive, anyone know where to download old version of Laravel?

rodrigopedra commented 3 years ago

Ancient Laravel 3 source code seems to be lost

https://github.com/laravel/laravel/tree/v3.0.0

By version 3 the separation of laravel/laravel and laravel/framework wasn't a thing yet. (Composer wasn't a thing back there, v3.0.0 was tagged on Feb 12th, 2012, Composer's version 1.0.0-alpha1 was tagged on March 1st, 2012).

There is even two pre-release versions available before v3.0.0:

https://github.com/laravel/laravel/tags?after=v3.0.0

Hope it helps.