MyTinyWMS is a free warehouse management system software. It helps small and medium-sized companies with inventory management and the organisation of purchasing.
Build on Laravel 6
Demo: click here
The demo will be reset every 24h.
Supported languages: english, german
The easiest way to install it right now is using docker and docker-compose:
- copy docker-compose file:
cp docker-compose.prod.yml docker-compose.yml - copy .env example file:
cp .env.example .env - adjust .env file:
- generate app key using online generator like https://generate-random.org/laravel-key-generator
- enter the full content to the .env file (including base64:...)
- set passwords for database users (DB_PASSWORD AND DB_ROOT_PASSWORD)
- run
docker-compose up -d - go to the admin section (gear symbol in the right top corner) and adjust the email settings
- run
npm install husky true-case-path request npmlog - run
husky install - run
npx tailwind init - run
set NODE_OPTIONS=--openssl-legacy-provider - run
npm run production - run
php artisan db:seed - run
composer dump-autoload - run
php artisan telescope:install - run
composer install --ignore-platform-reqs - run
composer update - run
php artisan telescope:publish
To report a security vulnerability, please email [email protected] instead of using the issue tracker.