Skip to content

Instantly share code, notes, and snippets.

View iqbalmalik89's full-sized avatar

Muhammad Iqbal iqbalmalik89

  • Karachi, Pakistan
View GitHub Profile
Route::get('/', function()
{
Event::listen('test', function($user)
{
$date = '2014-07-09 15:58:17';
$user = new User();
$user->username = 'admin';
$user->password = 'password';