cotoflux / site_test
Checks the login in a url and returns the token
dev-master / 1.0.9.3-dev
2020-02-14 10:24 UTC
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-05-03 11:29:02 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.