
Installation process
1.- Unzip the .zip file Tecdiary - "Modern Point of Sale Solution v0.6.1.zip" and "Tecdiary - eCommerce Module for Modern POS Solution v0.6.1.zip"
2.- I add PHP 7.4 in the "composer.json" and "composer.lock"
     "php": "^ 7.4 | ^ 8.0",
in my case because on this server I use ioncube and it does not support PHP 8, although I did the tests with PHP 8 and the same error.
2.- Install the back-end dependencies "composer install"
3.- Install the front-end dependencies "npm install"
4.- Change to the "public" folder in the file "mps-standard.test/config/filesystems.php"
     'default' => env ('FILESYSTEM_DRIVER', 'local'), x 'default' => env ('FILESYSTEM_DRIVER', 'public'),
5.- I run the Install "http: //mps-standard.test/install"
