product create Error
-
Hello
for some reason i cant create products
im using nginx with laravel forge
[2020-03-08 21:38:05] production.ERROR: Aborted. {"exception":"[object] (Symfony\Component\Console\Exception\RuntimeExceptio$
[stacktrace]best regards
-
@cmpengineers said in product create Error:
production.ERROR: Aborted. {"exception":"[object] (Symfony\Component\Console\Exception\RuntimeExceptio$
[stacktrace]do the following and run these command from the project's root directory;
composer dump-autoload
php artisan config:cache
php artisan vendor:publish --forceThanks,