issues
search
jonspalmer
/
single-table-inheritance
A Single Table Inheritance Trait for Eloquent/Laravel
MIT License
249
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Trial support for Laravel through 11 and PHP through 8.2
#75
jwadhams
closed
5 months ago
1
Create Single
#74
Coffellatte
opened
1 year ago
0
onlyTrashed()->forceDelete() seems to lose the SingleTableInheritance scope, deletes way more than intended
#73
jwadhams
opened
2 years ago
2
Fix: Unable to refresh a collection containing mixed types
#72
bezhermoso
opened
2 years ago
1
Create a test case for mutated attributes
#71
sarahmarshy
opened
3 years ago
1
`newFromBuilder` does not maintain mutated attributes
#70
sarahmarshy
opened
3 years ago
2
Feature allow create from base model
#69
grzegorz-rozycki
closed
3 years ago
10
Add createSubclass & createManySubclasses on trait with test
#68
darron1217
closed
4 years ago
2
Prevent PHP hang when subclass extends wrong class
#67
darron1217
closed
4 years ago
8
PHP hangs when parent and child inheritance is not setted properly.
#66
darron1217
closed
3 years ago
3
Enhence performance when querying root model of subclasses
#65
darron1217
closed
4 years ago
5
Eager loading child model relationship
#64
hexatex
closed
3 years ago
2
Use Illuminate\Support\Str instead of helper
#63
thomasschiet
closed
5 years ago
2
Laravel 6.0 support
#62
thomasschiet
closed
5 years ago
1
Added support for standalone Eloquent
#61
tikkibar
closed
3 years ago
2
V0.8.6 causes incorrect attributes to be set
#60
Levivb
closed
5 years ago
11
Cannot insert record
#59
andyyapwl
closed
5 years ago
6
Support the Eloquent `retrieved` event
#58
jonspalmer
closed
5 years ago
1
Laravel 5.8 support
#57
bcismariu
closed
5 years ago
0
+ Add support for Laravel 5.8
#56
DenzoNL
closed
5 years ago
3
Travis Builds are failing
#55
manandhar
closed
5 years ago
2
Type is not inserted when using Laravel factories
#54
eberkund
closed
6 years ago
1
Added support for Laravel 5.7
#53
DenzoNL
closed
6 years ago
0
Laravel 5.7 Support
#52
DenzoNL
closed
6 years ago
6
Broken link in README - Mark Smith's website is gone
#51
JFossey
closed
5 years ago
1
Can't create a new record directly form the base class
#50
mazyvan
closed
5 years ago
10
refactored trait to fix getSingleTableTypeMap method returning wrong class if integer key is used
#49
manandhar
closed
5 years ago
0
hasMany relation doesn't work for parent class
#48
DeepakAryal
closed
6 years ago
0
Can we set the type of model using the base model?
#47
aiakane16
closed
6 years ago
5
One record two types.
#46
cristian-home
closed
5 years ago
3
getSingleTableTypes can be static
#45
jwadhams
closed
5 years ago
1
Update Readme
#44
lofye
closed
6 years ago
1
"Field 'type' doesn't have a default value" when saving a model
#43
AnixPasBesoin
closed
6 years ago
3
Compatibility with Laravel 5.6
#42
boris-glumpler
closed
6 years ago
1
belongsToMany relation doesn't load
#41
ilvalerione
closed
5 years ago
5
Cannot construct newFromBuilder for unrecognized type=
#40
bsgrd
closed
7 years ago
1
New from builder bugfix
#39
bryanashley
closed
7 years ago
12
Configurable $singleTableSubclasses
#38
pkid169
closed
5 years ago
3
Add support for laravel 5.5
#37
tobiasdierich
closed
7 years ago
8
Support for Laravel 5.5
#36
RobertBoes
closed
7 years ago
0
Using pluck() on Query Leads to Crash
#35
common-link-dev
closed
5 years ago
5
Event observers (created, deleting, etc) on the parent class don't get triggered for subclasses.
#34
toddnestor
closed
5 years ago
6
upgrade so it works with 5.4
#33
isaackearl
closed
7 years ago
0
Support for Laravel 5.4
#32
umairyounus
closed
7 years ago
5
Subclass query building
#31
joshbruce
closed
5 years ago
3
Change type attribute to convert a model to another
#30
sylvainma
closed
8 years ago
5
SingleTableInheritance should not filter out pivot attributes
#29
JFossey
closed
5 years ago
7
Allow numerical type values
#28
fpettinari
closed
5 years ago
8
Added support for Laravel 5.3
#27
wout
closed
8 years ago
4
Update for Laravel 5.3
#26
Wol
closed
8 years ago
1
Next