I hereby claim:
- I am bonsi on github.
- I am bonsi (https://keybase.io/bonsi) on keybase.
- I have a public key whose fingerprint is 7169 3C20 9FEA 2122 66B6 D5D7 C72D AE9B D6EB A3A8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace App\Events; | |
| use Illuminate\Contracts\Broadcasting\ShouldBroadcast; | |
| use Illuminate\Queue\SerializesModels; | |
| class NewMessage extends Event implements ShouldBroadcast | |
| { | |
| [ req ] | |
| default_bits = 2048 | |
| distinguished_name = req_distinguished_name | |
| attributes = req_attributes | |
| prompt = no | |
| [ req_distinguished_name ] | |
| C = MX | |
| ST = VE | |
| L = XL |
| [/] | |
| new-terminal-mode='tab' | |
| schema-version=uint32 3 | |
| [keybindings] | |
| switch-to-tab-1='disabled' | |
| switch-to-tab-2='disabled' | |
| switch-to-tab-3='disabled' | |
| new-tab='<Primary>t' | |
| switch-to-tab-4='disabled' |
| # work in progress. inspired by serverforhackers example. | |
| .PHONY: up down log tinker artisan test | |
| # Set dir of Makefile to a variable to use later | |
| MAKEPATH := $(abspath $(lastword $(MAKEFILE_LIST))) | |
| PWD := $(dir $(MAKEPATH)) | |
| up: | |
| docker-compose -f laradock/docker-compose.yml up -d |
.env.dusk.local set APP_URL=http://nginx to point to the docker nginx imagetests\DuskTestCase.php replace the line 'http://localhost:9515', DesiredCapabilities::chrome() with 'http://selenium:4444/wd/hub', DesiredCapabilities::chrome()php artisan dusk| c68adc5dc8d9b3a7cc880ddea27b5a23 |