I hereby claim:
- I am brandonsurowiec on github.
- I am brandonsurowiec (https://keybase.io/brandonsurowiec) on keybase.
- I have a public key ASBx2mxBXrfAdqAUA1XtB6tdlE_O98XEGsMbbBlUxa_BQQo
To claim this, I am signing this object:
| <?php | |
| $finder = Symfony\Component\Finder\Finder::create() | |
| ->notPath('bootstrap') | |
| ->notPath('node_modules') | |
| ->notPath('storage') | |
| ->notPath('vendor') | |
| ->in(__DIR__) | |
| ->name('*.php') | |
| ->notName('*.blade.php'); |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /************************************************************************* | |
| * Get File Information | |
| */ | |
| // Assuming these come from some data source in your app | |
| $s3FileKey = 's3/key/path/to/file.ext'; | |
| $fileName = 'file.ext'; |
| <?php | |
| return [ | |
| "Afghanistan", | |
| "Albania", | |
| "Algeria", | |
| "Andorra", | |
| "Angola", | |
| "Antigua and Barbuda", | |
| "Argentina", |
Add to Preferences > Key Bindings - User:
Auto replace to $this-> after typing $-
// Auto replace to $this-> after typing $-
{ "keys": ["-"], "command": "insert_snippet", "args": {"contents": "this->"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": "\\$$", "match_all": true },