Skip to content

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.

Reset via Artisan Command

php artisan recombee:reset

Reset via Programmatically

Recombee::reset();
Clone this wiki locally