Download the PHP package benqoder/laravel-typescript-generator without Composer
On this page you can find all versions of the php package benqoder/laravel-typescript-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download benqoder/laravel-typescript-generator
More information about benqoder/laravel-typescript-generator
Files in benqoder/laravel-typescript-generator
Package laravel-typescript-generator
Short Description A laravel package to generate typescript interfaces from laravel responses using GPT-3.5
License MIT
Homepage https://github.com/benqoder/laravel-typescript-generator
Informations about the package laravel-typescript-generator
Convert Laravel JSON Renponses to Typescript interfaces using GPT-3.5
This package for laravel converts your json responses to typescript types and interfaces using GPT-3.5 then stores them in the specified directory.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Register Typescript generator middleware as the last middleware in app/Http/Kernel.php
When you send request and the response header specifies content-type as "application/json" the Typesceipt interfaces will be generated and placed in "/.typescript-generator" directory or the custom direcory you specify in the config file.
Testing
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
- Adinnu Benedict
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-typescript-generator with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^9.28|^10.0