Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.4 KB

Sistem-Aset v0.4

'Sistem Aset v0.4 ' is an Web-Based asset management system that can handle your asset data or record.

Tutorial for setup

  1. Clone/Download this repo to your local machine example syntax :
  1. Change directory to the file that has the clone file

  2. Install composer on the file

Example syntax :

  • composer install
  1. Create new text file called ".env" and then Copy the entire code in the ".env.example" file and paste it into ".env" file. *IMPORTANT!

    • Please use text editor to create the new file and save as ".env" and then file type is "All File"
    • It will not work if you just create without using text editor and rename it.
  2. Create your database.

  3. Setup your database Connection in the ".env" file at line 8,9,10,11,12,13 which is

    • DB_HOST
    • DB_PORT
    • DB_DATABASE
    • DB_USERNAME
    • DB_PASSWORD
  4. Generate APP key using php artisan command

  • Make sure your terminal/CMD/CLI on the file directory

Syntax :

  • php artisan key:generate
  1. Execute the migration command to import all the table structure on the database
  • php artisan migrate

Bug Fix

Update

  • Implement the 'respective Model' Concept on the code.
  • Asset items model,table & data structure added on the system.
  • Adding a new page for first time user to register for administrator