Skip to content

adefahmi/inventory

Repository files navigation

Clone the repository

https://github.com/adefahmi/inventory.git
git@github.com:adefahmi/inventory.git

Switch to the repo folder

cd inventory

Install all the dependencies using composer

composer install

Create database for this app, copy the example env file and make the required database configuration changes in the .env file

cp .env.example .env

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate
php artisan db:seed

Set App

php artisan cache:clear
php artisan config:clear
php artisan config:cache
php artisan optimize:clear
php artisan key:generate
php artisan jwt:secret

Setup Local Development Server

php artisan serve

About

Inventory App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published