Krishan König
Krishan König
closes #32
Could you please state in the readme that the versions 2.x of this pkg support spatie ^3.0? I only found out about 2.x by looking at the release tags. Somehow...
* [ ] Go through the [upgrade guide](https://laravel.com/docs/6.0/upgrade) and change everything as suggested * [ ] Make sure all tests are passing afterwards
I am using the `flysystem-sftp-v3` in a Laravel app which uploads files to a SFTP server around 500times a month. Occasionally I get the error `Please close the channel (256)...
When generating a factory for a Model with a `password` column it will generate the following column in the factory file: ```php 'password' => Hash::make('password'), ``` We need to add...
When trying to translate a heading of an obsidian note, nothing will happen. Not sure if this is by design, as the title determines the file's location or if it...
* [ ] add possibility to have multiple incoming webhooks for different services (e.g. SMS & Telegram)
* [ ] add `pipes:install` command to copy `PipesServiceProvider` * [ ] create `app/Pipes` folder with `Kernel` inside
Hey there, I recently installed Coaster CMS and after installation in the Backend there was an upgrade available from v5.4.26 to v5.4.27. But when I started the upgrade an error...