matemat / laravel-types
Generates TypeScript interfaces from laravel migrations and form requests
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/matemat/laravel-types
Requires
- php: ^8.2
- laravel/framework: ^11.0
This package is auto-updated.
Last update: 2025-12-23 16:47:38 UTC
README
Composer package to generate TypeScript interfaces from laravel migrations and form requets
Installation
- Install package - using composer
composer require matemat/laravel-types
- Publish the package's configuration file using the following command:
php artisan vendor:publish --tag=tg-config
- Modify your migrations and form requests paths in the configuration file:
your_project/config/type-generator.php
- Run the Artisan console command to generate TypeScript interfaces:
php artisan matemat:generate-types