-
I get nothing but exceptions trying to save from an input array that has relations in it with Vocal (the primary reason I'm interested in Vocal, unfortunately).
Environment:
Laravel 4.2
Vocal 0.2
PHP…
-
Below is the entire User model in a project of mine. This is causing a 500 error. But I'm at a loss as to why.
Controller
```
```
User Model
```
```
-
Hi,
The deleted_at column created by BluePrint->softDeletes() and used by \Illuminate\Database\Eloquent\SoftDeletingTrait is nullable. Does anybody know the reason for this?
It's not used in a uniqu…