thtg88 / laravel-pingable
Pingable provides a ping route for your Laravel application.
v0.3.0
2021-10-03 11:49 UTC
Requires
- php: ^8.0
- illuminate/config: ^8.62
- illuminate/http: ^8.62
- illuminate/routing: ^8.62
- illuminate/support: ^8.62
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8
- friendsofphp/php-cs-fixer: ^3.1
- illuminate/testing: ^8.62
- orchestra/testbench: ^6.21
- phpstan/phpstan: ^0.12.99
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.10
This package is auto-updated.
Last update: 2024-11-13 00:28:13 UTC
README
Pingable provides a ping route for your Laravel application.
Installation
composer require thtg88/laravel-pingable
Publish Configuration
If you want to change any of the default configuration variables, you can publish the config file with the following command:
php artisan vendor:publish --tag=pingable-config
Available configuration options
License
MIT