Skip to content

Instantly share code, notes, and snippets.

@adrianthedev
Created December 16, 2012 17:40
Show Gist options
  • Save adrianthedev/4310059 to your computer and use it in GitHub Desktop.
Save adrianthedev/4310059 to your computer and use it in GitHub Desktop.
Laravel snippets
//timing and profiling helpers
Profiler::tick('ce sa logheze', callback);
Log::write($type,$output);
$type = 'info';
//get url
URI::segment(2)
//define contants
define('COMPANY_NAME','Company Name');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment