Add some event listeners and experiment with browser testing

This commit is contained in:
Nabeel Shahzad
2017-12-22 12:00:57 -06:00
parent 7fbe2f5e30
commit 74316218bc
12 changed files with 369 additions and 65 deletions

View File

@@ -56,7 +56,8 @@
"mockery/mockery": "0.9.*",
"filp/whoops": "~2.0",
"orchestra/testbench": "v3.5.2",
"bpocallaghan/generators": "5.0.1"
"bpocallaghan/generators": "5.0.1",
"laravel/dusk": "^2.0"
},
"autoload": {
"classmap": [
@@ -67,7 +68,8 @@
],
"psr-4": {
"App\\": "app/",
"Modules\\": "modules/"
"Modules\\": "modules/",
"Tests\\": "tests/"
}
},
"autoload-dev": {