-
When using this on Vapor deployed applications, the Excel file is corrupt
-
I installed mewebstudio/captcha in my Laravel 7.6 app
but it always returned Invalid capture, even I enter valid value I enter in text inpur.
Ex: entering https://prnt.sc/s8g03j and submitting form …
-
I have two models. Car and Type. Car has a mutator getting the type name from the first relation of type. Every Car will always have at least one type relation.
`
public function getTypeAttribute() …
-
After running into an issue getting Annotations to correctly triggered I updated all our project's dependencies, after updating the dependencies (no issues there) I got the following error:
```
[2…
-
Hi,
I'm using laravel 5.0 and this code below in my controller works fine during production.
`$objPHPExcel = \PHPExcel_IOFactory::load("excel_files/temp_files.xlsx"));
$objWorksh…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.2.5
| PHP version | PHP 7.4.7 (cli) (built: Jun 11 2020 18:33:07) ( NTS )
| Installation Met…
-
#430
php-fpm 没有error 级别日志
2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: fpm is running, pid 1
2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: ready to handle connections
2023-04-28 10…
-
Use xlsx export using
\Maatwebsite\Excel\Excel
-
composer require mediconesystems/livewire-datatables
Using version ^0.6.8 for mediconesystems/livewire-datatables
./composer.json has been updated
Running composer update mediconesystems/livewire-…
-
Hi, when i run composer require mediconesystems/livewire-datatables in a new Laravel 10 application i get errors:
Problem 1
- reedware/laravel-relation-joins[v2.4.0, ..., v2.4.2] require ill…