spacemudd / inventory-control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is designed on Microsoft SQL (preferably), but you can use MySQL.

  1. Copy .env.example to .env

  2. (Windows) Download wkhtmltopdf.exe and have its path in .env.

  3. Run migration php artisan migrate --seed

  4. Setup your web server to use SSL with this website.

  5. Use the default credentials to login: (UsersTableSeeder)

     username: 0
     password: secret
    
  6. Use npm install and npm run dev or npm run watch to compile Vue components.

About


Languages

Language:Vue 41.4%Language:PHP 35.1%Language:Blade 22.1%Language:Sass 1.4%Language:HTML 0.0%