Trying Out Laravel

I gave Laravel a spin

PHP frameworks are hot again, so I touched PHP for the first time in years.

Environment

Windows 10 / PHP 7.2.6 / Laravel 5.7.0.

Install the package manager

Create and boot a Laravel app

php artisan serve

(artisan is Laravel’s CLI.)

Wrap-up