@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 --force
Thanks,