cancel
Showing results for 
Search instead for 
Did you mean: 

Is Magento Sample Data Available in 2.3.0 via Composer?

Is Magento Sample Data Available in 2.3.0 via Composer?

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

 

2 REPLIES 2

Re: Is Magento Sample Data Available in 2.3.0 via Composer?

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 !

if issue solved,Click Kudos & Accept as Solution

Re: Is Magento Sample Data Available in 2.3.0 via Composer?

Yeah, we tried that already. Like I said, we haven't had an issue in the past. We'll check further. Thanks.