-
At this stage I am getting this error, how can i fix this ? my php version 8.2.12
PHP message: PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminat…
-
### Subject of the issue
Describe your issue here.
### Your environment
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
| Framework …
-
# larasap.php
```
-
is it possible to have read only rights when impersonating a user in production environment but edit rights in local environment?
I am working on an APP where i would want edit rights in the local …
-
recently i start a project with laravel 5.2 and cruddy 0.5.0.
in my ProductSchema i have a field as blow
`$schema->string('product_name')->label('product name')->required();`
and a validation rule as…
-
Warning: include_once(../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/mpesa/src/Mpesa.php on line 10
I get this error message whenever I am trying to use …
-
### Message:
```
Object of class App\Enums\GroupTypes could not be converted to int
```
### File/Line:
```
/home/marce769/public_html/projects/marcelorodovalho.com.br/dsv/workspace/phpdfbot/app/Notif…
-
In **ububtu 18.04 64 bit** system, when opening a **Laravel 8** project in **PHP 8.0**, the PHP language server is getting crashed and the whole system is getting hanged.
To reproduce the issue, yo…
-
Saving to WMV works fine
->save(new FFMpeg\Format\Video\WMV(), 'export-wmv.wmv')
But when saving to X264
->save(new FFMpeg\Format\Video\X264(), 'export-x264.mp4')
It throws Encoding failed excep…
-
I was to connect my web app written in Laravel to connect with google drive. I use Flysystem Adapter.
Unfortunately After a period of use. it is showing 401 error? I have added client id, client sec…