Skip to content

qaisarrra/eis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIS ERP System

How to run?

the main project we are using is eis, please merge, intergrate your project in the file

  1. connect XAMPP
  2. create database name: db_eis1
  3. import db_eis1.sql
  4. on .env change database connection to follow:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_eis1
DB_USERNAME=root
DB_PASSWORD=
  1. direct to project file cd eis
  2. run server php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.7%
  • CSS 1.8%
  • Blade 1.1%
  • Other 0.4%