-
Laravel 10.48.20
Code:
Config::write('app.url', 'http://domain.com');
or
app('config')->write('app.url', 'http://domain.com');
I'm getting an error: Method Illuminate\Config\Repository::write…
-
[Laravel-translatable](https://spatie.be/docs/laravel-translatable/v6) work with orbit?
https://spatie.be/docs/laravel-translatable/v6/basic-usage/getting-and-settings-translations
-
Thank you very much for developing & maintaining this package. I observed it's last updated in 2022 for Laravel 9.
Is there a plan to update it for latest Laravel 11 versions?
-
It's about [time we released Laravel Passport 13.x](https://github.com/laravel/passport/pull/1792#issuecomment-2397066216), but we are being held back due to unmerged PRs in this repo after 5 months!
…
-
open-telemetry/opentelemetry-auto-laravel 1.0.0
**Steps to reproduce**
Install open-telemetry/opentelemetry-auto-laravel 1.0.0
And activate open-telemetry/opentelemetry-logger-monolog
```
fina…
-
-
Please, add support for laravel 11
-
hi guys,
once observed that the package doesn't support Laravel v11, I quickly tried to align that by forking the package and modifying it's dependencies like follows:
`composer.json`
```
…
-
When attempting to install the package on the latest version of Laravel 11, there is a problem unless I use the `-w` flag during installation. Without this flag, the installation fails. Can you please…
-
### Laravel Precognition Plugin Version
"laravel-precognition-react-inertia": "^0.5.6",
### Laravel Version
11.9
### Plugin
React w/ Inertia
### Description
## Description
During the migration…