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

The classes that are generated are done using symfony's finder class, which can return files in any order returned by the filesystem. This means that running the `typescript:generate` command can...

Make ModelGenerator filter out columns that have been hidden from the serialized representation of the Model (see: https://laravel.com/docs/9.x/eloquent-serialization#hiding-attributes-from-json). The hidden attribute is commonly used with fields like `password` or `remember_token`....

At the moment present doesn't work because it generates a type called `present`.

Hello seems awesome this package, I'm trying to use but i have this error: ![image](https://user-images.githubusercontent.com/20754836/183073813-11a27566-0cde-4e48-8b13-2edf3ceacd1f.png) If i remove the ripcord package still have differentes class with "Cannot declare class XXX,...

This project is great but there's a few lingering issues and it doesn't seem like there's any activity? I see there's been some small commits like https://github.com/lepikhinb/laravel-typescript/commit/0ccde3251fdf09b0fb69055569a2fadc4230e052 but no commenting...

https://github.com/lepikhinb/laravel-typescript/blob/5f2b2958d63c6b36bcd4e3ba44d711da7f49fcca/src/Generators/ModelGenerator.php#L225 Function `isOneRelattion` should be renamed to `isOneRelation`

laravel typescript version : dev-master mysql column type is tiny int generated moduled.d.ts maped to boolean

This is an early PR to open a discussion on the following improvements (see #3): - **Generate types for Eloquent Model "enum" casts** - **Generate TS `enum`s for these Enums...

Hi. First of all thanks for such a great package. I've come accross issue If i have request with the following rules ```php return [ 'config' => ['required', 'array'], 'config.*.key'...

Typescript, Vue 3 and my app are working well. But vetur is complaining ``` Cannot find namespace 'App'.Vetur(2503 ``` Component.vue ``` import { defineComponent, PropType } from "vue"; export default...