Pankaj Aagjal
Pankaj Aagjal
- correcting percent syntax
### Steps To Reproduce 1. Set AUTORUN_ENABLED="true". 2. Write a Laravel migration that can fail. 3. Deploy the application. The migration will fail, but the deployment will succeed. In such...
### Steps To Reproduce 1. Set AUTORUN_ENABLED="true". 2. Write a Laravel migration that can fail. 3. Deploy the application. The migration will fail, but the deployment will succeed. In such...
`serversideup/docker-php` image can be used efficiently to test one feature at a time if we allow `migrate:fresh --seed`. e.g. We have 3 environments: - `Production` (for the tag generated from...