From Bootcamp page, we'll build a microblogging platform called Chirper.
We'll be able to create, edit and delete Chirps.
Laravel 11
Chosen technology: Blade.
Blade is the simple templating engine that is included with Laravel.
Laravel Tinker is a powerful REPL for the Laravel Framework.
Tinker allows you to interact with your entire Laravel application on the command line.


