Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 745 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 745 Bytes

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!