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-inventory
Install PHP dependencies:
composer install
Setup configuration:
cp .env.example .env
Generate application key:
php artisan key:generate
Run database migrations:
php artisan migrate
Create a symlink to the storage:
php artisan storage:link
Create an admin user:
php artisan make:filament-user
Run the dev server (the output will give the address):
php artisan serve
Let's connect with me on instagram!