Category: Laravel

重启 PHP 后,再次报错:[ERROR] workbook_close(): Error creating 'E:\wwwroot\object\storage\app\export/order/订单导出任务2024-02-19 10:24:06.xls'. Error = No error 0

Class “Vtiful\Kernel\Excel” not found, troubleshooting problems during the use of php-ext-xlswriter

浏览量: 6 1. Error: class “vtiful\kernel\excel” not found. 2. The reason is that the extension php-ext-xlswriter is not installed. 3. GitHub Release: https://github.com/viest/php-ext-xlswriter/releases download php-windows-xlswriter-cf7e1933-8.1-ts-vs16-x64.zip. as shown in Figure 1 4. After decompression, copy...

再次安装,刷新页面,页面不再空白,符合预期 0

Deploy Shopify PHP application to production environment (CentOS 7.7 64-bit in Alibaba Cloud, ECS, MySQL 5.7)

浏览量: 15 1. There is a Shopify PHP application, which can already be previewed in the development environment. as shown in Figure 1 2. Now it is ready to be deployed to the production...

再次运行:npm run dev,打开浏览器,不再报错 0

Create an app in Ubuntu-20.04 in WSL2: Shopify App Template – PHP

浏览量: 13 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Ubuntu-20.04 in WSL2, check whether the corresponding requirements are met in advance 2. Create an application, select the PHP template, and report an...

执行 schedule:run 命令 ,执行成功,且成功生成对应的日志文件 0

Define scheduling tasks on modules (nwidart/laravel-modules:7.3) in Laravel 6

浏览量: 6 1. Generate a new module: blog. 2. By default, the module class will not load automatically. You can load your modules automatically using PSR-4. Edit composer.json. as shown in Figure 1 3....

执行 yarn 时,报错:Failed to apply patch for package laravel-mix.This happened because the patch file patches\laravel-mix+6.0.43.patch could not be parsed. 0

When executing YARN, an error is reported: Failed to apply patch for package laravel-mix. patches\Laravel-mix+6.0.43.patch could not be parsed.

浏览量: 5 1. When executing yarn, an error is reported: Failed to apply patch for package laravel-mix. patches\Laravel-mix+6.0.43.patch could not be parsed. as shown in Figure 1 2. Check the git log, the previous...

执行请求:"query": "query{ onlineStoreTheme(themeId: "vogue"){ id editable createdAt publishAt } }", 时,响应 Argument 1 passed to App\\Exceptions\\Handler::report() must be an instance of Exception, instance of TypeError given, called in E:\\wwwroot\\wshop\\platform\\vendor\\nuwave\\lighthouse\\src\\Execution\\ReportingErrorHandler.php on line 39。 0

In Laravel Framework 6.20.40, Nuwave/Lighthouse V5.33.1, an error is reported: Argument 1 Passed to App\\Exceptions\\Handler::report() must be an instance of exception, instance of typeError given, called in E:\WWRoot\\Object\Vendor\\nuwave\Lighthouse\src\execution\\reportingErrorHandler.php on line 39

浏览量: 7 1. Execute request: “query”: “query{ onlineStoreEtheme(themeid: “vogue”){ id editable createAt PublishAt }”, when the response Argument 1 Passed to App\\Exceptions\\Handler::report() must be an instance of exception, instance of typeError given, called in...

使用 php artisan module:make Blog 生成你的第一个模块。 将生成以下结构。由于文档的版本是针对 v6 的,而现在程序的最新版本是 v8,因此,目录结构有所出入 0

Modular Example Implementation in Laravel 8

浏览量: 4 1. Search in GitHub: Laravel Module, select the first result: NWidArt / Laravel-Modules. It supports module management in Laravel. 2. Reference URL: https://nicolaswidart.com/blog/writing-modular-applications-with-laravel-modules . Why use this package, write modular applications using...

执行命令 composer update --ignore-platform-reqs 时,报错:Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255。 0

When executing the command composer update –ignore-platform-reqs, an error is reported: script @php artisan package:discover –ansi handling the Post-autoload-dump event returned with error code 255

浏览量: 3 1. When executing the command composer update –ignore-platform-reqs, an error is reported: script @php artisan package:discover –ansi handling the Post-autoload-dump event returned with error code 255. as shown in Figure 1 2....

分别打开:http://sail-project-1.test 、http://sail-project-2.test 0

In Windows 10 Professional, use multiple Laravel Sail environments and set your desired domain name

浏览量: 8 1. Install Nginx Proxy Manager, open the Windows Terminal command line, and follow the instructions below to enter the Ubuntu system. as shown in Figure 1 2. Enter the user root directory,...