Skip to content

Instantly share code, notes, and snippets.

@nahid

nahid/route2.php Secret

Created July 27, 2018 08:15
Show Gist options
  • Save nahid/8df1513e1f2a0c601275d52afc554636 to your computer and use it in GitHub Desktop.
Save nahid/8df1513e1f2a0c601275d52afc554636 to your computer and use it in GitHub Desktop.
Route::get('/contact', function(){
View::make('contact');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment