Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6de50c

Browse files
committed
AMP support
1 parent 04a0635 commit f6de50c

21 files changed

Lines changed: 440 additions & 10050 deletions

.env.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
MEETUP_API_KEY="your-key-here"
1+
MEETUP_API_KEY=""
2+
MAILCHIMP_API_KEY=""
3+
24
ENVIRONMENT=dev

.phpstorm.meta.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
namespace PHPSTORM_META;
3+
4+
// $container->get(SomeClass::class)
5+
override(\Psr\Container\ContainerInterface::get(0), map([
6+
'' => '@'
7+
]));
8+
9+
// $container[SomeClass::class]
10+
override(new \Psr\Container\ContainerInterface, map([
11+
'' => '@'
12+
]));

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"CascadiaPHP\\Site\\": "src"
55
}
66
},
7+
"replace": {
8+
"illuminate/config": "^5.0.0",
9+
"illuminate/support": "^5.0.0"
10+
},
711
"require": {
812
"roave/security-advisories": "dev-master",
913
"zendframework/zend-diactoros": "^1.6",
@@ -16,6 +20,8 @@
1620
"vlucas/phpdotenv": "^2.4",
1721
"cache/filesystem-adapter": "^1.0",
1822
"erusev/parsedown": "^1.6",
19-
"filp/whoops": "^2.1"
23+
"filp/whoops": "^2.1",
24+
"artesaos/seotools": "^0.11.1",
25+
"guzzlehttp/guzzle": "^6.3"
2026
}
2127
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"laravel-mix": "^2.0.0",
1717
"lodash": "^4.17.4",
1818
"popper.js": "^1.12",
19-
"vue": "^2.5.7"
20-
},
21-
"dependencies": {}
19+
"vue": "^2.5.7",
20+
"amphtml-validator": "^1.0.23"
21+
}
2222
}

0 commit comments

Comments
 (0)