-
## ♻️ Debt/Refactor
Update the localized enums to only send the current locale as a label.
## 🕵️ Details
Our localized enums must send both English and French strings due to a limitation of laravel…
-
Hey, great job working out a lot of this. The middleware in the auth hook in the Laravel example was impractical, and I struggled to get server-to-server communication to work.
I did have a question…
-
### Description
I'm the maintainer of a PHP application called [solidtime](https://github.com/solidtime-io/solidtime) and we use FrankenPHP (with Laravel Octane) for our [production image](https://…
-
When my laravel app doesn't use sessions at all, or it's set to a non-file engine, I don't want to rewrite php functions.
So it's just another **adapterman** initialization method that won't check …
-
Hi i have setup your log-viewer package inside my development environment.
two projects have the package installed and if i have understood it correctly
Project A (mainly the log-viewer) can acces…
-
```php
Schema::createHashPartitioned('car_user', function (Blueprint $table) {
$table->ulid('id');
$table->foreignUlid('car_id')->references('id')->on('cars')->casca…
-
### Bug description
A user reported that [these global Gate:: calls](https://github.com/statamic/cms/blob/5992f471a3f45eb22ee66cf4a7696775999bd398/src/Providers/AuthServiceProvider.php#L86-L96) aff…
-
Given the request :
GET https://[api.scim.dev/scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User](https://api.scim.dev/scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User)
it …
-
### Package Version
v1.0.3
### Laravel Version
v11.11.1
### PHP Version
8.3.0
### Problem description
* Looks like feature request and discussion are not working
Some translations are missin…
-
Thanks again for this great library!
I would like to propose a new addition for the `attachment` method.
### Issue
If you send an e-mail which which contains an image in its body, it will go …