John Clifford de Vera

Results 15 comments of John Clifford de Vera

any updates on this?

@wmonecke Overall. Yes, Realm is faster because they are mapping the data using in-memory, using B+ trees to avoid unnecessary copying. You can check this link below for more details....

I run this command `php artisan vendor:publish --provider="JohannesSchobel\Revisionable\RevisionableServiceProvider"` and it created a revisionable in my config but when I try to migrate it. It does not create a revisions table....

Hi there. I tried to add it and the migration went to success with the revisions table. However I got this error when I created an object of the model...