Hello,
Normally we can run via Composer and install the Luma sample data. This has worked on versions 2.1.x and 2.2.x. However, it is not working on 2.3.0. Is this available for 2.3.0?
sudo php bin/magento sampledata:deploy
Thanks!
A.I
Hi @aMiSTACX
Well i have checked the same command on the magento 2.3.0 and its working fine for the same.
So you might have something missing - try to run first - composer update command
then run - sudo php bin/magento sampledata:deploy command
It will install sample data successfully !
Yeah, we tried that already. Like I said, we haven't had an issue in the past. We'll check further. Thanks.