Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

codinglazy's avatar

How to study Illuminate package on github?

I want to study all of the laravel source code.

I think I should start from the Illuminate Package.

But what is the starting point of the Illuminate package.

Please guide me through this.

0 likes
2 replies
phildawson's avatar

I would start from the start public/index.php and walkthrough the bootstrap process. Use an ide like phpstorm and you can click your way through without manually hunting down the next method.

Please or to participate in this conversation.