Artisan command to wait for your storage and database to be reachable in ci
You can use option parameter with a comma seperatet list for database (--db-connentions=mysql,pgsql) and storage (--storage-disks=laravel,public ).
You can install the package via composer:
composer require --dev tecbeast42/laravel-wait-ciphp artisan ci:wait {--db-connentions=mysql,pgsql} {--storage-disks=laravel,public}composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
