Just installed using softalicious
-
Just installed and all i get is an error 303. Can anyone advise please. The install completed.
-
Hi there,
Please follow the given steps for install bagisto.1. git clone --branch v1.4.3 https://github.com/bagisto/bagisto.git
2. cd bagisto
3. composer create-project
4. congifure the database credentials,app url and email on you .env file
5. php artisan bagisto:install
6. php artisan serve or [ localhost/bagisto/public/ ] on your browser. -
excuse my understanding, are you saying i cant use the softalicious installer that comes with my webhosting?
-
@bagistosteve
Make sure all the dependencies for bagisto should be on your system. -
The install completed successfully as well as updating my global php version. What else would i need to do please in simple terms for a novice? thx
-
My hosting company have updated some settings back end which has got rid of the error, now i cannot log in via admin to start buidling site as it says
419 PAGE EXPIRED -
Please run the below given commands
- php artisan vendor:publish ---all --force
- php artisan config:cache
- php artisan optimize:clear
-
do i do this via php my admin? thanks.
-
Hi There,
Thanks for the update.
Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com
That would be grateful for us.Thanks & Regards,
Bagisto Team
-
@bagistosteve i do not have access to command on the server as its a hosted for me. Please advise how i would action these commands in novice terminology please. thanks.
-
I have SSH activated and putty installed and therefore have access to the shell of my server. How do i run those commands from here please?
-
@bagistosteve
Please go inside the project root directry [ cd/bagisto ]
And run the given commands directly.