Skip to content

Instantly share code, notes, and snippets.

@JulienTant
Created August 19, 2015 10:18
Show Gist options
  • Save JulienTant/ec414037af1f056cc20a to your computer and use it in GitHub Desktop.
Save JulienTant/ec414037af1f056cc20a to your computer and use it in GitHub Desktop.
Blog - Paiement avec Stripe et Laravel - route get
<?php
//...
get('pay', function() {
return view('pay');
});
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment