cotoflux / site_test
Checks the login in a url and returns the token
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/cotoflux/site_test
Requires
- guzzlehttp/guzzle: ^6.5
- league/oauth2-client: ^2.4
Requires (Dev)
- phpunit/phpunit: 8
- symfony/var-dumper: ^5.0
This package is not auto-updated.
Last update: 2025-10-04 13:24:50 UTC
README
Create a Laravel project.
To install the package:
composer require cotoflux/site-test
To use this package you need the right url and identification codes:
'PASSWORD'
'EMAIL'
When all done, to be able to run the commands you need to run:
php artisan vendor:publish
If you do modifications and is not working properly check is not stuck in the cache ##:
1. composer remove cotoflux/site_test
2. composer dumpautoload
3. composer update
4. php artisan cache:clear
Install again the package.