Skip to content

'Sistem Aset' is an asset management system that can handle your asset data or record.

Notifications You must be signed in to change notification settings

mfakhruddin391/Sistem-Aset

Repository files navigation

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

About

'Sistem Aset' is an asset management system that can handle your asset data or record.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published