-
When running in tests something like:
```php
LogFake::bind();
$this->artisan('queue:work database --queue=default --once');
Log::assertNothingLogged();
```
i got:
```log
Error: Call …
-
Hi,
I have followed your instructions in the Readme but when I try to reset the password it sends the basic laravel email template.
User model:
`class User extends Authenticatable
{
use H…
-
Hello!
I am trying to put together a Kubernetes deployment and I am a little stuck with assigning the proper values for the environment.
Here's the full document so far:
Deployment
```ya…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
See my rant in https://github.com/larastan/larastan/discussions/2088#discussioncomment-11044323 😆
There is a partial e…
-
# Feature Request
### What I am trying to achieve
I would like to add spatie/pdf library to my project, but since I have dependency on this package from backpack I can't use spatie/pdf library.
…
-
Its not really a bug. Your php works perfectly except, I already have cast on my model using MoneyPHP:
```
public $casts = [
'price' => MoneyCast::class,
];
```
So when I add…
-
### Laravel Precognition Plugin Version
0.5.6
### Laravel Version
10.41.1
### Plugin
Vue w/ Inertia
### Description
In #72, support for Inertia transform was added. However, it looks like it do…
-
Hi,
I'm trying to create a new Feature, but get the error 'Class "Zttp\Zttp" not found'. Is it correct that this package is not maintained anymore? Or am I doing something wrong? 🙂
-
Is there any chance to implement the new blade components X.
I need use the blade components like laravel 7 but I want continue using this awesome package.
I tried add other php packages like …
-
Please continue this example.