-
Hello,
I'm trying to add a database connection to Queue component. Something like:
```
$capsule = new Capsule;
$capsule->addConnection([
'driver' =>'mysql',
'host' => $dbhost,
'…
-
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) before trying to open it …
-
### Subject of the issue
I've been having problems with getting a token to reliably refresh in my Nuxt PWA application I'm writing.
I believe it's _possibly_ down to the documentation here:
h…
-
Currently validation of data usually happens in the browser to validate additions to the db before it's added to the appropriate data files - for example, ensuring that a title is not blank. But, a pe…
ghost updated
5 years ago
-
Hi,
first, thanks for your work !
i'm evaluating the handling of salesforce event subscriptions to be consumed in a laravel app. If i'm understanding it correctly i could use your package to liste…
-
Hello,
I wonder if twig has support for something similar, like Blade has - stacks? ( https://laravel.com/docs/5.4/blade#stacks )
thank you
-
Hi,
I've used this command with Laravel 5.1 and It works very well. Now I'd like to use it with Laravel 5.2 but when I try to generate the scaffold's views I get the Error "Undefined variable: fields…
-
According to the documentarian documentation for language tabs, I should be able to do something like this in my index.md file:
```gfm
language_tabs:
- shell: cURL
- php
- php: SDK
```
…
-
At present, the user's details are saved into `config/kerberos.php` and the password is saved in cleartext. Can the current implementation be improved so credentials are hashed?
Laravel provides t…
-
### Feature Description
Hello Adel,
Firstly, thank you for your excellent work on the Laravel Idea plugin – it's been very helpful.
I'd like to suggest a feature enhancement: the highlighting o…