| gitflow | git |
|---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop master |
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
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_URI} !^public | |
| RewriteRule ^(.*)$ public/$1 [L] | |
| </IfModule> |
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
| { | |
| // See https://go.microsoft.com/fwlink/?LinkId=733558 | |
| // for the documentation about the tasks.json format | |
| "version": "0.1.0", | |
| "command": "php-cs-fixer", | |
| "isShellCommand": true, | |
| "args": ["fix", "${file}", "--config", "${workspaceRoot}/.php-cs"], | |
| "showOutput": "never" | |
| } |
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
| public class Base64Encoder { | |
| /** | |
| * Encode some data and return a String. | |
| */ | |
| public final static String encode(byte[] d) { | |
| if (d == null) return null; | |
| byte data[] = new byte[d.length + 2]; | |
| System.arraycopy(d, 0, data, 0, d.length); | |
| byte dest[] = new byte[(data.length / 3) * 4]; |
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
| git config core.filemode false |
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
| suites: | |
| my_suite: | |
| namespace: App | |
| psr4_prefix: App | |
| src_path: app | |
| spec_prefix: spec |
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
| <?php | |
| namespace App\Providers; | |
| use App\Extensions\SessionAnonymousGuard; | |
| use Illuminate\Auth\SessionGuard; | |
| use Illuminate\Contracts\Auth\Access\Gate as GateContract; | |
| use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; | |
| class AuthServiceProvider extends ServiceProvider |
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
| sudo php5dismod -s cli xdebug |
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
| <?php | |
| namespace App\Console\Commands\Route; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Foundation\Console\RouteListCommand; | |
| use Illuminate\Routing\Router; | |
| class BackendRouteListCommand extends RouteListCommand | |
| { |
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
| +------------+-------------+--------------+ | |
| | Number | Interval In | Interval Out | | |
| +------------+-------------+--------------+ | |
| | 1145 KH | 27 | 24,39 | | |
| | 1507 AC | 30 | 21,38 | | |
| | 875 KU | 31 | 22,37 | | |
| | 1387 AK | 33 | 34,57 | | |
| | 1118 OB | 26 | 18,49 | | |
| | 729 BD | 26 | 7,26 | | |
| | 1663 IU | 21 | 7,24 | |