Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../snipeit
File: notes.txt
1. Install Composer and create zip for package use "php composer.phar install --no-dev" command to install.
[0] Fix | Delete
2. Copy .env.example to .env and fill the database details DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, DB_PREFIX and APP_URL
[1] Fix | Delete
3. Run php artisan key:generate to generate APP_KEY in .env file.
[2] Fix | Delete
4. Run "php artisan migrate" from command line before creating tables step in manual installation.(confirmed with vendor)
[3] Fix | Delete
5. Add the following line to the .htaccess file in the root folder :
[4] Fix | Delete
<IfModule mod_alias.c>
[5] Fix | Delete
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public
[6] Fix | Delete
</IfModule>
[7] Fix | Delete
6. PHP REQUIREMENT LINK: https://snipe-it.readme.io/docs/requirements
[8] Fix | Delete
7. We have not added upgrade yet because script provides upgrade/migrate through composer only. https://snipe-it.readme.io/docs/upgrading
[9] Fix | Delete
check everytime and add if possible
[10] Fix | Delete
8. delete inserts of oauth_clients and oauth_personal_access_clients tables. It creates after login. (check in every version)
[11] Fix | Delete
9. Keep the LIVEWIRE_URL_PREFIX=[[relativeurl]]/public parameter as it is required to load the livewire js files.
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function