@pnepali1984
please setup bagisto using command line using the below instruction
Open terminal, go to the root directory and hit the below command
composer create-project bagisto/bagisto
Note: if you got any error show the screenshot
After successful execution of 1st step, just go to the bagisto directory
php artisan bagisto:install
and enter the asked details, after successful execution above command, this will keep your setup ready.
Do let me know if you still stuck somewhere.