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
... todo: fill this stuff ...
- run
composer install
- run
php artisan telescope:publish
To report a security vulnerability, please email [email protected] instead of using the issue tracker.