tecbeast42/laravel-wait-ci

Wait for your storage and database to be reachable in ci

v1.2.0 2024-03-19 11:23 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Logo laravel wait ci

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 ).

Installation

You can install the package via composer:

composer require --dev tecbeast42/laravel-wait-ci

Usage

php artisan ci:wait {--db-connentions=mysql,pgsql} {--storage-disks=laravel,public}

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.