Repairer - Repair/Workshop Management System is painstakingly created for the simple administration of a repair shop/studio. It's an inventive, straightforward, and strong administration apparatus, planned and produced for you. It's simply your handy dandy worker. It's an electronic framework where you can oversee repayments, clients, stock, buys, and so on.
SOURCE CODE:
This is a full application that comes with a back-end (source code) and a front-end app (minified). So you can’t edit the front-end but the back-end only.Quick Installation Guide
- Copy Files Unzip the file you downloaded from CodeCanyon and copy the contents to your webserver.
- Import Database When you unzipped the file in step 1, there is a folder called database you will find. In there you will find an SQL file(repairerr.sql), which is the system database. Import it to your PhpMyAdmin or whatever system you use.
- Edit .env file On the folder you pasted on your installation folder, you will find a file called .env. This is a very important file that stores system variables. Open the file in a text editor and edit the following lines. The other lines can be edited via the system settings page so don’t worry about them.
- APP_URL=https://example.com
- DB_HOST=localhost
- DB_USERNAME=username
- DB_PASSWORD=password
- DB_DATABASE=database_name
Update Installation Guide
Update 4.1 to 4.2
- take backup of files and database
- Copy Files Unzip the file you downloaded from CodeCanyon and copy the contents to your webserver.
- copy app/resources/lang and public/uploads from backup
- run repair.example.com/migrate
- Update Successfully Installed!