PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` 1. Install Composer and create zip for package use "php composer.phar install --no-dev" command to install. 2. Copy .env.example to .env and fill the database details DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, DB_PREFIX and APP_URL 3. Run php artisan key:generate to generate APP_KEY in .env file. 4. Run "php artisan migrate" from command line before creating tables step in manual installation.(confirmed with vendor) 5. Add the following line to the .htaccess file in the root folder : RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public 6. PHP REQUIREMENT LINK: https://snipe-it.readme.io/docs/requirements 7. We have not added upgrade yet because script provides upgrade/migrate through composer only. https://snipe-it.readme.io/docs/upgrading check everytime and add if possible 8. delete inserts of oauth_clients and oauth_personal_access_clients tables. It creates after login. (check in every version) 9. Keep the LIVEWIRE_URL_PREFIX=[[relativeurl]]/public parameter as it is required to load the livewire js files. 10. Delete bootstrap/cache/packages.php and bootstrap/cache/services.php files it gets generated on login.