A demo application to illustrate how Meow Inventory works.
Clone the repo locally:
git clone https://github.com/meowdevv/meow-inventory.git meow-inventory && cd meow-inventoryInstall PHP dependencies:
composer installSetup configuration:
cp .env.example .envGenerate application key:
php artisan key:generateRun database migrations:
php artisan migrateCreate a symlink to the storage:
php artisan storage:linkCreate an admin user:
php artisan make:filament-userRun the dev server (the output will give the address):
php artisan serveLet's connect with me on instagram!