-
Hello,
Could someone help with how to configure the app to work on laravel forge w/ let's encrypt? The app would host it's own websocket, so it's not a separate subdomain.
-
Hi,
`
the broadcasting is:
'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'),
'a…
-
- Sail Version: 1.14.7
- Laravel Version: 9.14.1
- PHP Version: 8.0.19
- OS: Ubuntu MATE 21.10
Also...
- Docker - 20.10.14
- Docker Compose - 1.27.14
### Description:
XDebug not hitting …
-
works normally in Sass 1.43.0, but the new version reports an error.
error
```
SassError: Can't find stylesheet to import.
1 │ @import 'sass/helpers.scss';
^^^^^^^^^^^^^^^^^^
```
web…
-
I'm running Laradock in the "Multiple Projects" mode (https://github.com/laradock/laradock#b-setup-for-multiple-projects) for two projects. I've configured nginx to properly serve both projects under …
-
### No duplicates 🥲.
- [X] I have searched for a similar issue in our bug tracker and didn't find any solutions.
### What happened?
According to docs, you may check that kv plugin is present
…
-
I've been seeing the following error lately when I'd expect to see completion results.
```
$ composer
[Symfony\Component\Console\E…
PHLAK updated
2 years ago
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
I should be landing on the pre-…
-
Hi,
I'd like to suggest to hide (or partially hide) the full Cloudflare API key in the WordPress environment due to security & best practice reasons.
I am more often collaborating with plugin de…
-
@NiclasvanEyk
Hi Niclas,
I wanted to try your Laravel Initializer and proceeded as per the instructions. (Really like the concept btw !)
However, I'm having a problem getting the complete initiali…