-
When creating a folder via FTP disk I get the following status error:
```
- Directory not found
500 - Unable to retrieve the last_modified for file at location: test7.
```
The line that throw…
-
Hello,
Since we have now phpstorm support, which is very welcomed, working on projects that use the laravel framework is of course a main goal.
When including the filestructure of a laravel projec…
-
**`Exception`**
Latest compiled component path not found.
:dart: Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::generate
:page_facing_up: /vendor/livewire/livewire/src/Mechanisms/Exten…
-
I originally reported this in barryvdh/laravel-debugbar#417 but I see that the problem is actually in php-debugbar. Storage data is being stored in a single key as a Redis hash (HSET), with each sess…
-
### Describe you feature request
Hi there,
I am trying to tweak the Caddyfile for Laravel Octane. What is the proper way to do it?
Here is what I have tried, but the server does not start. An…
-
It's great that stapler works with local file storage and S3 ... but what if you needed FTP storage, or Dropbox, or something else?
Have you considered using something like [Flysystem](https://github…
-
### Subject of the issue
Right now multiple drivers for JWT (`lcobucci/jwt` and `namshi/jose`), Auth and Storage uses some custom hacky solution ([1](src/Providers/AbstractServiceProvider.php#344), […
-
Hello there,
I'm using Laravel debugbar since a while, and I wanted to debug API requests on my pre-production environment.
The problem is that whatever I'm trying, when clicking on the folder, …
-
Hello,
I am trying to use the instances feature of the package!
I did it like this ->
In `AppServiceProvider.php` I added the following in `register()` method ->
$this->app->sing…
-
- Larastan Version: 2.9.8
- Laravel Version: 10
### Description
When dealing with Managers, the class of the object returned by the `->driver()` method is used instead of the return type defined …