Problem on installation of bagisto
-
I tried to install the bagisto from different ways, Unfortunately, everytime, I got following message, ie, Installation log : Configuration cache cleared! " . After this point, no any other proceed go ahead. How could I solve this problem and install bagisto in my live server correctly please ? I would be very appreciated if you provide me the soluation ASAP.
-
Hi @pnepali1984
Please check your requirement below to setup bagisto
https://devdocs.bagisto.com/1.x/introduction/requirements.htmlOnce all the requirement done, go with the installation process as mention below
https://devdocs.bagisto.com/1.x/introduction/requirements.htmlLet me know if you have any issue while process further.
-
Hello Vaishali Agarawal Mam,
I am still the same problem. Please, I humbly would like to resolve my issue, because, I spent loads of time to fix this problem, Unfortunately, I could not do it myself. -
@Vaishali-Agarwal
Everything is in order according to your suggestion, Unforunately, the issue is same plz. ! ![0_1623252373863_bag.gif](Uploading 100%) -
@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.