Download the PHP package sedlatschek/laravel-typescript-writer without Composer
On this page you can find all versions of the php package sedlatschek/laravel-typescript-writer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sedlatschek/laravel-typescript-writer
More information about sedlatschek/laravel-typescript-writer
Files in sedlatschek/laravel-typescript-writer
Package laravel-typescript-writer
Short Description This is my package laravel-typescript-writer
License MIT
Homepage https://github.com/sedlatschek/laravel-typescript-writer
Informations about the package laravel-typescript-writer
laravel-typescript-writer
Write typescript data out of laravel. Does not generate interfaces. Eg.:
will turn into
Installation
You can install the package via composer:
You should publish the config file with:
This is the contents of the published config file:
Configuration
Value Replacements
You can replace given values with hardcoded strings. This can be useful if you have an enum that can be matched with the output values.
will output
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Simon Sedlatschek
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-typescript-writer with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^9.0|^10.0