-
Notifications
You must be signed in to change notification settings - Fork 3
8. Reset Database
Jesus Baron edited this page Jul 14, 2022
·
1 revision
This package offers two ways of resetting your Recombee database, first is via recombee:reset
Artisan command and the other is programmatically by calling the reset
method on the facade.
Warning. Resetting your database is irreversible.
php artisan recombee:reset
Recombee::reset();