I hereby claim:
- I am ejntaylor on github.
- I am ejntaylor (https://keybase.io/ejntaylor) on keybase.
- I have a public key ASDgnZFtjzuxhtH9z5DmsDWk-Sk-w3ceHLX4PEVqr0Axswo
To claim this, I am signing this object:
<?php | |
namespace App\Http\Integrations\Middleware; | |
use Aws\Credentials\CredentialProvider; | |
use Aws\Credentials\CredentialsInterface; | |
use Aws\Signature\SignatureV4; | |
use Saloon\Contracts\RequestMiddleware; | |
use Saloon\Http\PendingRequest; |
I hereby claim:
To claim this, I am signing this object:
version: 2 | |
updates: | |
- package-ecosystem: "github-actions" | |
directory: "/" | |
schedule: | |
interval: "daily" | |
- package-ecosystem: "npm" | |
directory: "/" | |
schedule: | |
interval: "daily" |
I hereby claim:
To claim this, I am signing this object:
<?php | |
// Auth | |
Auth::routes(); | |
// Statamic | |
Route::name('statamic.')->group(function () { | |
/** | |
* Glide |
<?php | |
use Illuminate\Support\Facades\Auth; | |
use Illuminate\Support\Facades\Route; | |
use Statamic\Facades\OAuth; | |
use Statamic\Statamic; | |
/* | |
|-------------------------------------------------------------------------- | |
| Web Routes | |
|-------------------------------------------------------------------------- | |
| |
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Console\Command; | |
use VictorYoalli\LaravelCodeGenerator\Facades\CodeGenerator; | |
use VictorYoalli\LaravelCodeGenerator\Facades\CodeHelper; | |
use VictorYoalli\LaravelCodeGenerator\Facades\ModelLoader; | |
function printif($type, $filename, $msg = '✖ Not generated ') |
I hereby claim:
To claim this, I am signing this object:
<?php | |
function woo_custom_change_cart_string($translated_text, $text, $domain) { | |
$translated_text = str_replace("cart", "bag", $translated_text); | |
$translated_text = str_replace("Cart", "Bag", $translated_text); | |
$translated_text = str_replace("View Cart", "View Bag", $translated_text); |
<?php | |
function ss_settings_form( $atts = array() ) { | |
global $post; | |
// var_dump($atts); | |
/** | |
* Depending on your setup, check if the user has permissions to edit_posts |