This commit is contained in:
Paolo A
2024-08-13 13:44:16 +00:00
parent 1bbb23088d
commit e796d76612
4001 changed files with 30101 additions and 40075 deletions

2
.htaccess Normal file
View File

@@ -0,0 +1,2 @@
AddHandler application/x-httpd-php82 .php

0
DEADJOE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@@ -2,4 +2,4 @@
sudo git fetch ; sudo git pull;
composer dump-autoload
#sudo composer dump-autoload

0
app/Article.php Normal file → Executable file
View File

0
app/Artnim.php Normal file → Executable file
View File

0
app/Author.php Normal file → Executable file
View File

0
app/Authornimaia.php Normal file → Executable file
View File

0
app/Category.php Normal file → Executable file
View File

0
app/Clientegmdest.php Normal file → Executable file
View File

0
app/Console/Commands/FixStoragePermissions.php Normal file → Executable file
View File

0
app/Console/Commands/OrderUpdateGm.php Normal file → Executable file
View File

0
app/Console/Commands/ProductUpdateDataPubb.php Normal file → Executable file
View File

0
app/Console/Commands/ProductUpdateGm.php Normal file → Executable file
View File

0
app/Console/Commands/ProductUpdateQta.php Normal file → Executable file
View File

0
app/Console/Commands/ProductUpdateUsedGm.php Normal file → Executable file
View File

0
app/Console/Commands/StartDay.php Normal file → Executable file
View File

0
app/Console/Commands/Test.php Normal file → Executable file
View File

0
app/Console/Commands/TestPao.php Normal file → Executable file
View File

0
app/Console/Kernel.php Normal file → Executable file
View File

0
app/Exceptions/Handler.php Normal file → Executable file
View File

0
app/Gm_product.php Normal file → Executable file
View File

0
app/Http/Controllers/Controller.php Normal file → Executable file
View File

0
app/Http/Controllers/TestPaoController.php Normal file → Executable file
View File

0
app/Http/Kernel.php Normal file → Executable file
View File

0
app/Http/Middleware/Authenticate.php Normal file → Executable file
View File

0
app/Http/Middleware/CheckForMaintenanceMode.php Normal file → Executable file
View File

0
app/Http/Middleware/EncryptCookies.php Normal file → Executable file
View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Normal file → Executable file
View File

0
app/Http/Middleware/TrimStrings.php Normal file → Executable file
View File

0
app/Http/Middleware/TrustHosts.php Normal file → Executable file
View File

0
app/Http/Middleware/TrustProxies.php Normal file → Executable file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Normal file → Executable file
View File

0
app/Models/Post.php Normal file → Executable file
View File

0
app/Models/PostMeta.php Normal file → Executable file
View File

0
app/Mylog.php Normal file → Executable file
View File

0
app/Newproduct.php Normal file → Executable file
View File

0
app/Order.php Normal file → Executable file
View File

0
app/OrderWeb.php Normal file → Executable file
View File

0
app/Orderdetail.php Normal file → Executable file
View File

0
app/OrderdetailWeb.php Normal file → Executable file
View File

0
app/Providers/AppServiceProvider.php Normal file → Executable file
View File

0
app/Providers/AuthServiceProvider.php Normal file → Executable file
View File

0
app/Providers/BroadcastServiceProvider.php Normal file → Executable file
View File

0
app/Providers/EventServiceProvider.php Normal file → Executable file
View File

0
app/Providers/RouteServiceProvider.php Normal file → Executable file
View File

0
app/Publisher.php Normal file → Executable file
View File

0
app/Services/ProductLogger.php Normal file → Executable file
View File

0
app/Setting.php Normal file → Executable file
View File

0
app/Statusproduct.php Normal file → Executable file
View File

0
app/Stock.php Normal file → Executable file
View File

0
app/User.php Normal file → Executable file
View File

0
artisan Normal file → Executable file
View File

0
bootstrap/app.php Normal file → Executable file
View File

8
composer.json Normal file → Executable file
View File

@@ -8,12 +8,12 @@
],
"license": "MIT",
"require": {
"php": "^7.2.5|^8.0",
"codexshaper/laravel-woocommerce": "^3.0",
"php": "^8.2",
"codexshaper/laravel-woocommerce": "^3.0.4",
"fideloper/proxy": "^4.4",
"guzzlehttp/guzzle": "^6.3.1|^7.0.1",
"laravel/framework": "^7.29",
"laravel/tinker": "^2.5",
"laravel/framework": "^8.0",
"laravel/tinker": "^2.9.0",
"spatie/laravel-backup": "^6"
},
"require-dev": {

1539
composer.lock generated

File diff suppressed because it is too large Load Diff

0
config/app.php Normal file → Executable file
View File

0
config/auth.php Normal file → Executable file
View File

0
config/backup.php Normal file → Executable file
View File

0
config/broadcasting.php Normal file → Executable file
View File

0
config/cache.php Normal file → Executable file
View File

0
config/cors.php Normal file → Executable file
View File

0
config/database.php Normal file → Executable file
View File

0
config/filesystems.php Normal file → Executable file
View File

0
config/hashing.php Normal file → Executable file
View File

0
config/logging.php Normal file → Executable file
View File

0
config/mail.php Normal file → Executable file
View File

0
config/queue.php Normal file → Executable file
View File

0
config/services.php Normal file → Executable file
View File

0
config/session.php Normal file → Executable file
View File

0
config/view.php Normal file → Executable file
View File

0
database/.gitignore vendored Normal file → Executable file
View File

0
database/factories/UserFactory.php Normal file → Executable file
View File

View File

View File

View File

0
database/seeds/DatabaseSeeder.php Normal file → Executable file
View File

0
launch.json Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
phpunit.xml Normal file → Executable file
View File

0
pippo Normal file → Executable file
View File

0
public/.htaccess Normal file → Executable file
View File

0
public/favicon.ico Normal file → Executable file
View File

0
public/index.php Normal file → Executable file
View File

0
public/robots.txt Normal file → Executable file
View File

0
public/test1.log Normal file → Executable file
View File

0
public/web.config Normal file → Executable file
View File

0
resources/js/app.js vendored Normal file → Executable file
View File

0
resources/js/bootstrap.js vendored Normal file → Executable file
View File

0
resources/lang/en/auth.php Normal file → Executable file
View File

0
resources/lang/en/pagination.php Normal file → Executable file
View File

0
resources/lang/en/passwords.php Normal file → Executable file
View File

0
resources/lang/en/validation.php Normal file → Executable file
View File

0
resources/lang/vendor/backup/ar/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/cs/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/da/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/de/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/en/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/es/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/fa/notifications.php vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More