git archive -o update.zip HEAD $(git diff --name-only <starting SHA> HEAD)
or
<?php | |
/** | |
* @author: Biplob Hossain <[email protected]> | |
* @license MIT | |
*/ | |
namespace BatchProcessing\Console\Command; | |
use Concrete\Core\Console\Command; | |
use Concrete\Core\Support\Facade\Facade; |
#!/bin/bash | |
# Explains how to use the script | |
usage() | |
{ | |
cat << EOF | |
usage: $0 options | |
$0 -o output_file.zip commit_from [commit_to] |
<?php | |
return [ | |
'AFN' => 'Afghan Afghani', | |
'ALL' => 'Albanian Lek', | |
'DZD' => 'Algerian Dinar', | |
'AOA' => 'Angolan Kwanza', | |
'ARS' => 'Argentine Peso', | |
'AMD' => 'Armenian Dram', | |
'AWG' => 'Aruban Florin', |
<?php | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\Common\Collections\ArrayCollection; | |
/** | |
* @ORM\Entity() | |
* @ORM\Table(name="user") | |
*/ | |
class User |
REST API response format based on some of the best practices