eloquent-driver
eloquent-driver copied to clipboard
Support for optional slugs
Since Statamic 3.2.27, slugs can be optional. However, currently, the database table prohibits entries with missing slugs.
If someone tries to save an entry from a collection that has no slugs, it leads to this exception:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'slug' cannot be null