- Laravel Family Tree : The file system of the full functional laravel application.
- artisan : manages Laravel's CLI and Laravel framework
- vendor/autoload.php : utilizes composer on the laravel project, actually it is initiated from artisan.
- bootstrap/app.php : set up the laravel application,initiated from artisan.
- coming soon..