Windowlight Examples
High Quality Code Screenshots
Here are some examples of high quality screenshots generated with Windowlight. Learn more about Windowlight on the About Windowlight page.
<?php
use Illuminate\Support\Facades\Route;
Route: get ('/greeting', function () {
return 'Hello World';
});
<?php
use Illuminate\Support\Facades\Route;
Route: get ('/greeting', function () {
return 'Hello World';
});
<?php
use Illuminate\Support\Facades\Route;
Route: get ('/greeting', function () {
return 'Hello World';
});