-
Hy!
I have anew laravel 11 project and I have an issue with this package installation.
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"descripti…
-
First of all, thank you for creating and maintaining this package, @JonasKruckenberg!
I'm trying to use it to process images in a Laravel project.
It works fine in dev mode using `npm run dev` (`v…
-
I am trying to use the API in a laravel php project, however I am having problems connecting, this is my code:
```php
$npsso = "*****";
$authParams = http_build_que…
-
https://www.youtube.com/watch?v=U7mCt_3zMHY
-
### Description
I've just upgraded my Laravel project to Laravel 11 from Laravel 10. I've flushed caches. I'm getting the error:
> There is no role named `super_admin` for guard `web`.
Coming…
-
The `EventServiceProvider` of the AppShell library extends the `Illuminate\Foundation\Support\Providers\EventServiceProvider` class.
Beginning with Laravel 11, this automatically registers the `Ill…
-
Due to composer requirements this package is not installable into Laravel 11.
-
Please update this repo. It'll be helpful for me and future users.
-
In certain cases the .env config is not available for the blame to fall back on when calling getUserToBlamePk().
This results in a null result which immediately triggers an unhandled (and uncatchable…
-
Laravel has great mail support which could be extended with two extra feature.
- [ ] Middleware for mails.
With mail middlewares one could add extra filters which modifies/extends the mail objec…