Repository Doesn't Exist
-
Webkul\Core\Repositories\ChannelRepository does not exist
Please anyone can tell me how can i resolve this issue when i just go in admin/login after successfull installation.
-
-
ErrorException thrown with message "Class Webkul\Core\Repositories\ChannelRepository does not exist (View: bagisto/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php) (View: bagisto/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php)"
-
Hi @flakerimi
Follow below step.
git clone https://github.com/bagisto/bagisto.git
then
cd bagisto
composer install
then run migrate and seed. Rest of process will be same.
Thanks