-
After updating from 5.3.33 to 5.3.34 now laravel throws:
```
BadMethodCallException·Call to undefined method Illuminate\Database\Query\Builder::getQualifiedDeletedAtColumn()
```
if Model uses SoftDe…
ghost updated
8 years ago
-
Hi,
I'm trying Fluent for a new project and I'm getting some trouble using Fluent. When I try to use the `$this->carbonDateTime('createdAt')` method I get this error :
```
DBALException in DBALExce…
-
`Trait method performDeleteOnModel has not been applied, because there are collisions with other trait methods on User`.
`\Illuminate\Database\Eloquent\SoftDeletes` has the same method `protected fun…
-
Are soft deletes (and maybe even a trash bin etc) out of the scope for this project?
-
Have you considered refactoring this as a trait so that it isn't required to extend Node? If not, I can do this in a PR if you think it would be useful as I need that functionality for a project I'm …
-
The delete() method has stopped working on models that use SoftDeletes trait after upgrading to Laravel 5.2.5 from 5.1.27.
Here is a basic scenario to illustrate the issue. I have defined a model cal…
-
Using blade, the @can directive doesn't seem to be functional. The generated code uses `Gate::` instead of `Shinboi::`
`@if ( \Shinobi::can() )` works fine.
I removed the Authorizable lines from Use…
-
Add support for token revocation - http://tools.ietf.org/html/draft-ietf-oauth-revocation-06
Requires new method that will accept the following parameters by POST and will then use them to revoke an …
-
See one of thoses service providers, to store deleted or changed data version:
- https://github.com/VentureCraft/revisionable
- https://github.com/awjudd/l4-revisable
-
Hello, following setup instructions i hit this:
exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.deleted_at' in 'where clause'' in /home/vagrant/de…