Windowlight is a simple wrapper for Torchlight, helping you to create beautiful code screenshots. Because your code screenshots deserve the same love as your documentation.
1<?php2 3use Illuminate\Support\Facades\Route;4 5Route::get('/greeting', function () {6 return 'Hello World';7});