GiantVlad / laravel_shop_cart

E-commerce template based on PHP8, Laravel 10, Octane, Vue.js, RoadRunner, Temporal.io

Home Page:https://l-shop.westeurope.cloudapp.azure.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

composer install does not work (error)

MostafaTF opened this issue · comments

composer install does not work (error)

If you have error:
Base table or view not found: 1146 Table 'num2.catalogs' d oesn't exist (SQL: select * from catalogswhereparent_id is null)
Pls comment
View::share('catalogs', $catalog->parentsNode());
in AppServiceProvider->boot() befor run composer install.
After will uncomment it.