How to install?


  • Banned

    Requirements:

    • OS: Ubuntu 16.04 LTS or higher.
    • SERVER: Apache 2 or NGINX
    • RAM: 2 GB or higer.
    • PHP: 7.1.17 or higher.
    • Processor: Clock Cycle 1Ghz or higher.
    • Mysql: 5.7.23 or higher.
    • Node: 8.11.3 LTS or higher.
    • Composer: 1.6.5 or higher.

    1. Configuration:

    Run this Command to download the project on to your local machine or server:

    composer create-project bagisto/bagisto
    

    if the above command's process was successful, you will find directory bagisto and all of the code will be inside it.

    After it set your .env variable, especially the ones below:

    • APP_URL
    • DB_CONNECTION
    • DB_HOST
    • DB_PORT
    • DB_DATABASE
    • DB_USERNAME
    • DB_PASSWORD

    Although you have to set the mailer variables also for full functioning of your store for sending emails at various events by
    default.

    2.Installation:

    1. Run the Command

    php artisan migrate
    

    2. Run the Command

    php artisan db:seed
    

    3. Run the Command

    php artisan vendor:publish
    
    -> Press 0 and then press enter to publish all assets and configurations.
    

    4. Run the Command

    php artisan storage:link
    

    That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.



  • "composer create-project bagisto/bagisto"

    [InvalidArgumentException]
    Could not find package bagisto/bagisto with stability stable in a version installable using your PHP version, PHP e
    xtensions and Composer version.



  • @Bharti
    Kindly upgrade your php version 7.4 with latest composer version 2


Log in to reply