-
Is there any reason or design decision that dictates that the use of a `Facade` always returns a singleton, and ignores the binding method specified in the `ServiceProvider`?
-
my postcss configuration in laravel mix:
```
postCss: [
require('postcss-extract-media-query')({
output: {
path: path.join(__dirname, '/public/css'),
name: '[query].css'
},
…
-
### Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
### Did you read the documentation?
Yes, I did not find it.
### Hav…
-
## Bug Description
When creating a date field in a fieldset, it uses UTC by default and not the timezone set in `config/app.php`. In my case it is `'timezone' => 'Europe/Berlin'`. When setting the da…
-
**Describe the bug**
After upgrading to Laravel 9 on March 25, we noticed that sync() on an Eloquent Pivot was not invalidating the model cache. I confirmed that sync() was writing our desired pivot …
-
Setting the `maxExceptions` property on a job has no effect. For instance, the following job will be tried 25 times even though it throws an exception every time:
```php
class ProcessPodcast imple…
-
Hi! I was looking alternatives for API development and came across this gem.
Unfortunately, one feature I am trying to find is loading relationships for models via query string. I have accomplished…
-
i am getting this error in
![image](https://user-images.githubusercontent.com/31781110/195336734-7220b641-7e2c-4301-9dd5-ec6ccc7c7ab6.png)
and also
![image](https://user-images.githubuserco…
-
* Operating system : Ubuntu 20.04
* Laravel version : 7.0
* Package version : Latest
Currently i am using the iframe as part of a component and within the filemanger of Laraberg.
When i op…
-
- Themosis Version: 3.0.0
- WordPress Version: 6.1.1
- PHP Version: 8.1
### Description
I must be doing something wrong here, my Laravel experience is not all that high so I am perfectly willing…