teelaunch / 2.0-api-laravel-sdk
A wrapper for teelaunch's REST API
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.1
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^8.0|^9.0
- monolog/monolog: ^2.9
Requires (Dev)
- laravel/pint: ^1.13
- phpunit/phpunit: ^9.6
This package is not auto-updated.
Last update: 2025-06-06 15:27:11 UTC
README
Environment Requirements:
- php^8.1
Requirements:
- Laravel Pint ^1.13
- phpunit ^9.6
- guzzlehttp/guzzle
Installing Pint:
- composer require laravel/pint --dev
Running Pint:
-
From the terminal run this command: ./vendor/bin/pint
-
Note that you can add it as action on file save from settings:
-
Enter the settings and follow these steps:
- In the file watcher enter the configuration section and choose the laravel pint path :