曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
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 :
<IfModule mod_alias.c>
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public
</IfModule>
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.