Skip to content

Instantly share code, notes, and snippets.

View uditk's full-sized avatar

Udit Kulshrestha uditk

View GitHub Profile
@uditk
uditk / laravel-tips.markdown
Created February 20, 2016 18:32 — forked from nickdenardis/laravel-tips.markdown
Tips on using Laravel

Resources

https://github.com/eightygrit/deploy-laravel/blob/master/deploy-laravel.z.sh
https://github.com/onigoetz/deployer
https://gist.github.com/purwandi/4110547
https://gist.github.com/chipotle/5506641

Add Sublime Text 2 to the CLI

sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/bin/subl

Use MAMP PHP CLI

var a = "Hello World from Wordane";
alert (a);
alert ("a");