Top

Install


Installation instructions

Thank you for interested in Goeasyapp

Installation Requirements
  • PHP 8.2
  • Mysql
  • Nginx or Apache
  • Composer
Php Modules Requirements
  • curl
  • fileinfo
  • gd
  • xml
  • xmlwriter
  • xmlreader
  • zip
For Nginx
  • client_max_body_size 200M;
Run this command in your cmd in the folder containing the code
                    
    composer install
                    
                
In the .env file of the code folder
    
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=name_database
    DB_USERNAME=name_user
    DB_PASSWORD=your_password
                        
                    
                
Run this command in your cmd in the folder containing the code
    
    chmor 777 storage/logs/*
    chmor 777 storage/framework/cache/*
    chmor 777 storage/framework/session/*
    chmor 777 storage/framework/views/*
    sudo chown -R www-data:www-data public/
    sudo chown -R www-data:www-data resources/
    
                        
                    
                
Work with domain "localhost"

Video Demo