Skip to content

Instantly share code, notes, and snippets.

View jwalton512's full-sized avatar

Jason Walton jwalton512

View GitHub Profile
@jwalton512
jwalton512 / .php-cs-fixer.php
Last active November 8, 2021 23:50 — forked from laravel-shift/.php-cs-fixer.php
PHP CS Fixer - Laravel Coding Style Ruleset (PHP CS Fixer v3)
<?php
use PhpCsFixer\Config;
use PhpCsFixer\Finder;
$rules = [
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => [
'default' => 'single_space',
'operators' => ['=>' => null],
@jwalton512
jwalton512 / addDomain.js
Last active September 15, 2015 16:32 — forked from simonj/addDomain.js
/*
* test
*/
module.exports = {
template: '<p>A custom component!</p>'
}
@jwalton512
jwalton512 / adddomain
Last active September 12, 2015 14:36 — forked from simonj/adddomain
app.js
module.exports = {
}