Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../bagisto
File: notes.txt
1. Keep Database collation to "utf8_unicode_ci" while installing manually.
[0] Fix | Delete
2. Install Composer and create zip for package
[1] Fix | Delete
curl -sS https://getcomposer.org/installer | php
[2] Fix | Delete
php composer.phar create-project bagisto/bagisto [[softpath]]
[3] Fix | Delete
3. Install using CLI. https://github.com/bagisto/bagisto (Delete default .env file as it creates new on adding DB details)
[4] Fix | Delete
php artisan bagisto:install
[5] Fix | Delete
4. PHP REQUIREMENT LINK : https://github.com/bagisto/bagisto#requirements
[6] Fix | Delete
5. "config" updates when login
[7] Fix | Delete
6. use "php artisan vendor:publish --all --force > publish.txt" command to get list of file and folder we need to be copy while softaculous install, check "publish.txt" file
[8] Fix | Delete
7. Remove DEFINER='root@localhost' as it is created again when our sql is imported.
[9] Fix | Delete
8. Use mysqldump command for dumping bagisto.sql. i.e.mysqldump --routines -u root -pmysql bagi878 > bagi878.sql
[10] Fix | Delete
9. Set APP_ENV=production and APP_DEBUG=false in .env file and in /bootstrap/cache/config.php file as well.
[11] Fix | Delete
10. In `channel_translations` and `channels` table replace the urls having http://localhost with [[softurl]]
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function