X7ROOT File Manager
Current Path:
/var/softaculous/tastyigniter
var
/
softaculous
/
tastyigniter
/
??
..
??
.env
(721 B)
??
.htaccess
(45 B)
??
_edit.php
(4.5 KB)
??
_edit.xml
(433 B)
??
clone.php
(9.89 KB)
??
composer.json
(2.65 KB)
??
extend.php
(9.13 KB)
??
fileindex.php
(296 B)
??
images
??
import.php
(5.32 KB)
??
info.xml
(5.37 KB)
??
install.js
(921 B)
??
install.php
(7.22 KB)
??
install.xml
(12.39 KB)
??
md5
(1.88 KB)
??
notes.txt
(1.48 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
tastyigniter.sql
(120.3 KB)
??
tastyigniter.zip
(48.11 MB)
??
update_pass.php
(497 B)
Editing: composer.json
{ "name": "tastyigniter/tastyigniter", "description": "TastyIgniter is a free open source online ordering and restaurant management system", "type": "project", "keywords": [ "tastyigniter", "igniter", "restaurant", "ordering", "ecommerce", "opensource" ], "authors": [ { "name": "Samuel Adepoyigi", "email": "sam@sampoyigi.com", "role": "Creator" } ], "license": "MIT", "homepage": "https://tastyigniter.com", "support": { "paid": "https://tastyigniter.com/premium-support", "issues": "https://github.com/tastyigniter/TastyIgniter/issues", "forum": "https://forum.tastyigniter.com", "discord": "https/tastyigniter.com/discord", "docs": "https://tastyigniter.com/docs", "source": "https://github.com/tastyigniter/TastyIgniter" }, "repositories": { "tastyigniter": { "type": "composer", "url": "https://composer.tastyigniter.com" } }, "require": { "php": "^8.3", "laravel/framework": "^12.0", "laravel/tinker": "^2.10.1", "tastyigniter/core": "^4.0" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/pail": "^1.2.2", "laravel/pint": "^1.13", "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", "phpunit/phpunit": "^11.5.3" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "@php artisan config:clear", "@php artisan clear-compiled", "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], "test": [ "@php artisan config:clear --ansi", "@php artisan test" ] }, "extra": { "laravel": { "dont-discover": [] } }, "minimum-stability": "dev", "prefer-stable": true, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true } }
Upload File
Create Folder