AlexZ

Results 5 issues of AlexZ

### Feature Description I believe it would be great to be able to generate standard "Laravel" pivot tables, just from two Eloquent Models and optional `$table->foreignIdFor() `. Moreover with optional...

implemented - wait next release

Consider adding .gitattributes for example with /tests export-ignore

It would be awesome to add enum type ``` $model->setMeta('key', Enum::class) // Or even $model->setMeta(Enum::class) -> that translates to ['key_as_enum_class_name' => 'enum_value'] protected array $metaKeys = [ 'key' => Enum::class,...

enhancement

composer `rmunate/spell-number[v4.0.0, ..., v4.2.2] require illuminate/support ^8.0|^9.0|^10.0 ` Laravel 11th is out. Looking forward to the update.

Add additional optional settings to make the vertical scroll bar always on. This will remove noticeable jumping when in SPA mode and when modal/slides are opened.