git clone <somerepo> .
git branch -a // View all branches
git checkout -b <branch_name> origin/<branch_name>
git branch -a // View all branches
git checkout -b <branch_name> origin/<branch_name>
sudo apt-get install python-software-propertiessudo add-apt-repository ppa:ondrej/php5-oldstablesudo apt-get update; sudo apt-get install php5<div class="container"> <div class="innter-container"> </div> </div>
.container { position: relative; }
.inner-container { position: absolute }
p::after {
content: 'Sample text';
}
.container::after {
content: '.';
display: block;
height: 0;
clear: both;
}
width: 0; height: 0; border-top: 10px solid #000; border-left: 10px solid transparent; border-right: 10px solid transparent;
background-image: url(path_to_img), url(path_to_2_img); background-repeat: no-repeat, repeat;
ClassLoader::addDirectories(array( app_path().'/commands', app_path().'/controllers', app_path().'/models', app_path().'/database/seeds', app_path().'/YOUR_DIRECTORY_NAME', ));3. Now you can add new classes to your /app/YOUR_DIRECTORY_NAME without any namespace (if this class is not in subfolder)