Skip to content

Instantly share code, notes, and snippets.

@p208p2002
Last active August 1, 2018 09:37
Show Gist options
  • Save p208p2002/5ebf95d369909d2f2bf617155c9d9682 to your computer and use it in GitHub Desktop.
Save p208p2002/5ebf95d369909d2f2bf617155c9d9682 to your computer and use it in GitHub Desktop.
<?php
Route::get('/some-page',function(){
$fakeDatas=[
'a'=>a,
'b'=b
];
return view('someVew',['datas'=>$fakeDatas]);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment