- version 3.6
Check those constraints:
$this->anything()
| <?php | |
| namespace App\Services; | |
| use Illuminate\Support\Facades\Http; | |
| use Illuminate\Support\Facades\Log; | |
| /** | |
| * Service class responsible for generating Branch.io referral links | |
| * tied to a user's username during registration. |
| puts "Script Started" | |
| require 'influxdb-client' | |
| token = '5hv3oM1KrTdBSqyxc3aJy_fUxnZyQvKUx9cvYJaPMsdEa2yz0uCcIu2WQl7A_EuHYEcJr4u0wJfVYQAHB3Se6w==' | |
| org = 'demo-org' | |
| bucket = 'test-bucket' | |
| url = 'http://localhost:8086' | |
| { | |
| "manifest_version": 2, | |
| "name": "Hello Chrome", | |
| "version": "1.00", | |
| "description": "An hello world Extension for chrome", | |
| "browser_action":{ | |
| "default_popup": "popup.html", | |
| "default_icon": "16.png", | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Hello Extension</title> | |
| </head> | |
| <body> | |
| <h1> Hello Awesome Developer! </h1> | |
| </body> |
| { | |
| "manifest_version": 2, | |
| "name": "Hello Chrome | |
| "version": "1.00", | |
| "description": "An hello world Extension for chrome", | |
| "browser_action":{ | |
| "default_icon": "16.png", | |
| } | |
| } |
| { | |
| "manifest_version": 2, | |
| "name": "Hello Chrome", | |
| "version": "1.00", | |
| "description": "An hello world Extension for chrome", | |
| } |