Stephen Ball
Stephen Ball
If the config is cached with `$ php artisan config:cache` any subsequent uses of the artisan command will fail As it mentions at https://laravel.com/docs/5.3/configuration#configuration-caching the `env()` function can only be...
If you use something like [codeclimate](https://codeclimate.com/) you need to set an environmental variable `CODECLIMATE_REPO_TOKEN` for the test-reporter to know which repo the test results are for, this would be different...
This is more a note for myself because I won't get a chance to do anything over the next 10 days and I'm likely to forget
Seems there are several tools called deployer http://deployer.org http://deployer.edwinapp.com
The updater backs up the database before running, but it never deletes old backups. Should be changed to only keep a few backups
https://laravel.com/docs/5.3/broadcasting
- Updates for modern versions of k3d - Update images from amd64 from arm64 - Updates for modern versions of k3d
When you assign a device the type of "Domotic" or "Other" that type then appears twice in the types list
I know you can add the annotation to increase the timeout on a per test basis but is there a way to do it on a per test suite basis,...
You already allow the header colour to be changed but it would be great if there were a way to inject more CSS, either a URL to a file or...