8000 GitHub - dht64/laravel_lavina-erp: ERP built on Laravel 5.4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dht64/laravel_lavina-erp

Repository files navigation

Description:

A cool ERP application built on Laravel 5.4 framework.

####To login as Admin:

   username: admin
   password: 123456

####To login as Business:

   username: business
   password: 123456

Screenshots:

s1

s2

s3

s4

For Developer

Install these list with composer

/node_modules
/public/storage
/storage/*.key
/vendor
/.idea
Homestead.json
Homestead.yaml
.env

or copying from another installation and then run composer update.

or just simply install all composer denpendencies by running composer install.

Create a new .env file

Could copy from existing .env.example file. Update relevant settings (DB_DATABASE, DB_USERNAME,...).

Generate an app encryption key

Running php artisan key:generate.

Migrate the database.

Running php artisan migrate.

Seed intial database info.

Running php artisan db:seed to generate intial database info and enjoy exploring the app.

About

ERP built on Laravel 5.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0