Advertisement
Guest User

Untitled

a guest
May 27th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. GET: http://test.com/testroute?title=#data
  2.  
  3. Route::get('testroute', 'TestController@testFunction');
  4.  
  5. public function testFunction() {
  6. return Input::get('test');
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement