I hereby claim:
- I am kduma on github.
- I am kduma (https://keybase.io/kduma) on keybase.
- I have a public key whose fingerprint is 88A6 33CE 497C AFD4 6ADE A98E 2EA6 523A A426 A26C
To claim this, I am signing this object:
| <?php | |
| namespace App\Http\Middleware; | |
| class CaptureRequestExtension | |
| { | |
| public function handle($request, $next) | |
| { | |
| if ($request->route()->parameter('_extension') !== null) { | |
| $request->attributes->set('_extension', substr($request->route()->parameter('_extension'), 1)); |
| ## | |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2014 Stefan Wendler | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
| # If you use bash, this technique isn't really zsh specific. Adapt as needed. | |
| source ~/keychain-environment-variables.sh | |
| # AWS configuration example, after doing: | |
| # $ set-keychain-environment-variable AWS_ACCESS_KEY_ID | |
| # provide: "AKIAYOURACCESSKEY" | |
| # $ set-keychain-environment-variable AWS_SECRET_ACCESS_KEY | |
| # provide: "j1/yoursupersecret/password" | |
| export AWS_ACCESS_KEY_ID=$(keychain-environment-variable AWS_ACCESS_KEY_ID); | |
| export AWS_SECRET_ACCESS_KEY=$(keychain-environment-variable AWS_SECRET_ACCESS_KEY); |
| sudo apt-get install zsh -y | |
| git clone git://github.com/robbyrussell/oh-my-zsh.git /home/vagrant/.oh-my-zsh | |
| cp /home/vagrant/.oh-my-zsh/templates/zshrc.zsh-template /home/vagrant/.zshrc | |
| sudo chsh -s /usr/bin/zsh vagrant | |
| # sed -i 's/robbyrussell/afowler/g' /home/vagrant/.zshrc |
| #!/usr/bin/env bash | |
| echo ">>> Installing Mailhog" | |
| # Download binary from github | |
| wget --quiet -O ~/mailhog https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64 | |
| # Make it executable | |
| chmod +x ~/mailhog |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +krystian is my blockchain ID. https://onename.com/krystian |