Goodang – is an inventory management Android App with Web Dashboard for manage your multiple warehouses, tracking moving in and out asset with existing barcode/qrcode or generating by Goodang labeling features. Automatically reminder while stock is running low will help you to keep stock always available.
//Creat txt file and put this code inside
DB_CONNECTION=mysql
DB_HOST=Your DB Host Name
DB_PORT=3306
DB_DATABASE=Your DB Name
DB_USERNAME=Your DB Username
DB_PASSWORD= Your DB Password
REDIS_HOST=our DB Host Name
REDIS_PASSWORD=null
REDIS_PORT=6379
// After rename the file to (.env)
That's all
.env file
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:qIN6NHA9w3W1y3e96hUJvMssAZ7XSPDgcGy5b76NSM0=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=DBNAME
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
This item is available for free download. You may download and use it according to the free item policy.