BracketHighlighter [https://packagecontrol.io/packages/BracketHighlighter] Boxy Theme [https://packagecontrol.io/packages/Boxy%20Theme]
###Command line
gradle wrapper --gradle-version 2.14
###Edit root build.gradle
task wrapper(type: Wrapper){
gradleVersion = 2.14
}
##Binding object to Laravel Service Container
###bind to container
App::bind('foo', function(){
return 1;
});
###Singleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class |
Set environment variable
echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc
Re-login
source ~/.bashrc