-
Hi.
I realize this might not be the correct place for support questions, but others seem to do it, so I hope I can do it as well :-)
I'm kinda new to both Laravel and laravel-saml2 so I'm probably…
-
when I create execute of aspell its throw an exception
$spell = Aspell::create();
$response = $spell->check('mispell', ['en_US']);
logger(print_r($response, true));
![image](https://user-image…
-
Always getting this error
M1 Mac, Monterey 12.2.1
PhpStorm 2021.3.2
java.lang.Throwable: '#LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment)' is deprecat…
-
```
java.lang.Throwable: '#LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment)' is deprecated and going to be removed soon. Please use `LineMarkerInfo(T, TextRan…
-
when I ran this: `run composer global require "laravel/installer"` it said that I did not have composer installed.
I ran this: `sudo apt install composer` and it seemed to work
I ran `run composer gl…
-
## Describe the bug
When the code contains a syntax error the RR worker locks up and never responds.
### Expected behaviour
An Ignition debug page
### Actual behaviour
RR worker goes to…
-
- Laravel Version: 5.5
When working with logs, it's typical to want to analyse the log level. This is impossible with the logged message event that only passes the log level name (e.g. 'error') ins…
-
Bugsnag has a great feature called [breadcrumbs](https://docs.bugsnag.com/platforms/php/laravel/#logging-breadcrumb):
> In order to understand what happened in your application before each error, it …
-
Monolog can use the processors to write extra data in logs. For example, add in your logs the source Ip Address, memory usage, ...
I think that be interesting in add this feature in Laravel framewo…
-
The following error get generated:
> ErrorException in ResponseLoggerMiddleware.php line 44:
> Invalid argument supplied for foreach()
> in ResponseLoggerMiddleware.php line 44
> at HandleExceptions-…