Giter VIP home page Giter VIP logo

monday-shop's Issues

Trying to get in touch regarding a security issue

Hey there!

I belong to an open source security research community, and a member (@noobpk) has found an issue, but doesn’t know the best way to disclose it.

If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

Thank you for your consideration, and I look forward to hearing from you!

(cc @huntr-helper)

如何安装呀

各位大哥们,这个源代码上传宝塔后该怎么安装呀,搞不明白。

ipaddress/server.php 跳轉後沒有相關文件

目前訪問 IPAddress/server.php 能夠顯示頁面,但是缺少排版,同時無法跳轉,例如點擊商品無法跳轉至 IPAddress/products, 目標文件夾應該是 public, 但是在此文件夾並未找到相關文件,另外,也沒有找到 resources/templates 文件夾。

支付宝支付 微信支付

支付宝支付
微信支付,在商城里面看见了
image,这个payment配置文件,但是发现商城用的是哪个第三方包.这块是要自己重写吧?

请问,怎么取消推送邮件这项功能呢?

如果不在.env里填好邮件相关的那几个参数的话,就会导致php artisan gps:install失败,卡在Failed: App\Mail\UserRegister这里。
想请教一下,怎么才能跳过这一步,取消推送邮件这项功能而不影响其他功能正常运行呢?

构建docker镜像时报错

系统平台为Ubuntu Docker版本20.10.12
报错信息如下
`Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead.
Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover
Discovered Package: barryvdh/laravel-cors
Discovered Package: fideloper/proxy
Discovered Package: hhxsv5/laravel-s
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: tymon/jwt-auth
Package manifest generated successfully.
55 packages you are using are looking for funding.
Use the composer fund command to find out more!
Configuration cache cleared!
Configuration cached successfully!
Route cache cleared!
Routes cached successfully!

In Connection.php line 664:

SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from inform
ation_schema.tables where table_schema = shop and table_name = migrations a
nd table_type = 'BASE TABLE')

In Exception.php line 18:

SQLSTATE[HY000] [2002] No such file or directory

In PDOConnection.php line 40:

SQLSTATE[HY000] [2002] No such file or directory

The command '/bin/sh -c chmod -R 0777 storage && chmod -R 0777 bootstrap/cache && composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ && composer install --optimize-autoloader --no-dev && php artisan config:cache && php artisan route:cache && php artisan migrate && php artisan storage:link && php artisan moon:copy' returned a non-zero code: 1`
请作者大大赐教

迁移的时候出错,请问怎么解决

docker exec monday-shop-service php artisan migrate

In Connection.php line 664:

SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from inform
ation_schema.tables where table_schema = mondayshop and table_name = migrat
ions and table_type = 'BASE TABLE')

In Exception.php line 18:

SQLSTATE[HY000] [2002] No such file or directory

In PDOConnection.php line 40:

SQLSTATE[HY000] [2002] No such file or directory

绑定第三方账号报404

你好,第三方登录成功后,点击绑定第三方账号的图标,提示404,是不是没有绑定功能。有完善此功能的计划吗,谢谢!

monday-shop 构建镜像报错

在使用 docker build -t monday-shop . 后报错如下,是什么原因呢

Sending build context to Docker daemon 255.6MB
Error response from daemon: unexpected error reading Dockerfile: read /var/lib/docker/tmp/docker-builder364342443/Dockerfile: is a directory

ERROR: ERR wrong number of arguments for 'mget' command

@DavidNineRoc
What is the reason for this error?
Redis is installed and running in the local environment, and access is normal;

local.ERROR: ERR wrong number of arguments for 'mget' command {"userId":1,"email":"[email protected]","exception":"[object] (Predis\Response\ServerException(code: 0): ERR wrong number of arguments for 'mget' command at /var/www/monday/v-shopendor/predis/predis/src/Client.php:370)

秒杀缺少方法

秒杀过程缺少方法
// 创建一个秒杀主表订单和明细表订单,默认数量一个
$masterOrder = $this->newMasterOrder($addressId)->setAttribute('type', OrderTypeEnum::SEC_KILL);
$this->storeSingleOrder($masterOrder, $redisSeckill->product->uuid, 1);

执行php artisan moon:install后报错

执行了php artisan moon:install这个命令后提示一下错误,请问该怎么解决呢
[root@iZj6cddw7sm2rk7hgi4yugZ shopsite]# php artisan moon:install
PHP Warning: require(/myshopsite/shopsite/vendor/autoload.php): failed to open stream: No such file or directory in /myshopsite/shopsite/artisan on line 18

Warning: require(/myshopsite/shopsite/vendor/autoload.php): failed to open stream: No such file or directory in /myshopsite/shopsite/artisan on line 18
PHP Fatal error: require(): Failed opening required '/myshopsite/shopsite/vendor/autoload.php' (include_path='.:/www/server/php/72/lib/php') in /myshopsite/shopsite/artisan on line 18

Fatal error: require(): Failed opening required '/myshopsite/shopsite/vendor/autoload.php' (include_path='.:/www/server/php/72/lib/php') in /myshopsite/shopsite/artisan on line 18

能仔细学一下设计模式吗

你一个星期写的代码,我看了下,写的一点儿都不优雅,几乎没怎么使用laravel的精彩设计**。这么差,还有这么多星星。也是人缘不错的表现啊

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.