Skip to content

Simple Web Application for managing inventory resources.

Notifications You must be signed in to change notification settings

mframadann/meow-inventory

Repository files navigation

Meow Inventory

A demo application to illustrate how Meow Inventory works.

Installation

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!

About

Simple Web Application for managing inventory resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages