Yamen A. Abdelrahman
Yamen A. Abdelrahman
I've got it to work! The problem was with a CAA record in the DNS of this domain, when I removed this record it works fine. Thanks for your response...
``` protected function tearDown() : void ```
In your RegisterController find create method: ``` protected function create(array $data) { return User::create([ 'name' => $data['name'], 'email' => $data['email'], 'password' => bcrypt($data['password']), ]); } ``` You may handle a...
`circleci local execute ` ie `circleci local execute build`
@calebporzio It works for me instantly, however how can I set config file to multiple? like '.php_cs' or '.php_cs.dist' I tried '.php_cs,.php_cs.dist' but not working.
You need to install zipArchive php extenstion, If you're on shared host I'm afraid you can't install it because It won't give you sudo permissions so you need to contact...
What's exactly not working?