laravel-typescript icon indicating copy to clipboard operation
laravel-typescript copied to clipboard

Results 17 laravel-typescript issues
Sort by recently updated
recently updated
newest added

Some of my models have enum fields. This causes typescript:generate to throw: ``` Unknown database type enum requested, Doctrine\DBAL\Platforms\MariaDb1027Platform may not support it. at ___\vendor\doctrine\dbal\src\Platforms\AbstractPlatform.php:398 ``` I'm not sure why...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Update badge, see https://github.com/badges/shields/issues/8671

Hi, I am trying to install this package on a Laravel 10.13.5 project but it throws some dependency issues: ``` Problem 1 - based/laravel-typescript[v0.0.1, ..., v0.0.2] require illuminate/contracts ^8.37 ->...

If a field is a db relation, and you defined a getAttribute method for it to modify it's result, it gets added to the interface twice. ``` export interface User...

![image](https://user-images.githubusercontent.com/32643188/231072295-9a8796bc-960d-4c6b-b055-d3d45e7d056e.png) Project specs: Laravel 10.2 php 8.1 doctrine/dbal: 3.6 Any idea what is this and how can be solved?