Skip to content

Degovan/iims-update

Repository files navigation

Installation Guide

  • Pull/Clone From Remote Git
git remote add origin git@gitlab.com:Yepi/inventory.git
git pull origin master
git clone git@gitlab.com:Yepi/inventory.git/
  • Install Dependencies
composer install
  • Setup Project
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
  • Run Server
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published