'Sistem Aset v0.4 ' is an Web-Based asset management system that can handle your asset data or record.
Tutorial for setup
- Clone/Download this repo to your local machine example syntax :
-
Change directory to the file that has the clone file
-
Install composer on the file
Example syntax :
- composer install
-
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.
-
Create your database.
-
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
-
Generate APP key using php artisan command
- Make sure your terminal/CMD/CLI on the file directory
Syntax :
- php artisan key:generate
- Execute the migration command to import all the table structure on the database
- php artisan migrate
- 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