Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KunalGautam/b8993c6383338950fd92b249e01d8246 to your computer and use it in GitHub Desktop.
Save KunalGautam/b8993c6383338950fd92b249e01d8246 to your computer and use it in GitHub Desktop.
<?php
Route::get('/', function () {
return "Hello World!";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment