tecbeast42 / laravel-wait-ci
Wait for your storage and database to be reachable in ci
Installs: 1 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 2
Requires
- php: ^8.1
- illuminate/contracts: ^11|^10|^9
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.1
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2024-11-08 22:52:48 UTC
README
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.