Skip to content

Instantly share code, notes, and snippets.

@hamzaali00001
Created August 25, 2018 11:39
Show Gist options
  • Save hamzaali00001/282ed822dec0e6dbbe5ad568a4d07285 to your computer and use it in GitHub Desktop.
Save hamzaali00001/282ed822dec0e6dbbe5ad568a4d07285 to your computer and use it in GitHub Desktop.
<?php
Route::get('/', function () {
return human_file_size(1024*1024);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment