-
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'RenatoMarinho\LaravelMultiLanguage\Finder' not found
-
``` composer require rzakhanov/translation
./composer.json has been updated
Running composer update rzakhanov/translation
Loading composer repositories with package information
Updating dependenci…
-
## Summary
In our current setup we build a docker image that includes the newrelic-php-agent. The same docker image is deployed to different environments (testing, staging, production)
During the …
-
### Package
filament/filament
### Package Version
v3.2.97
### Laravel Version
v11.20.0
### Livewire Version
v3.5.4
### PHP Version
PHP 8.3.6
### Problem description
When using `->mask()` wi…
-
### What happened?
I cant install using
composer require tapp/filament-form-builder
from the documentation.
It gives error message
"Could not find a matching version of package tapp/filam…
-
php artisan code6:user-add 1111111111@qq.com aA123456
执行这一步开始报错
Warning: require(/var/www/html/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/artisan on li…
-
In my project, I've got a lot of dispatched jobs, let's say I am using `JobClass::dispatchAfterResponse()`. Before I encrypt the codes, it works normally. After I encrypt those project, the dispatched…
-
Hello! I cant make it work on live server.
I need to do anything extra?
Thanks
-
#### Please confirm you have done the following before posting your bug report:
- [ ] I have enabled debug mode
- [ x] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs…
-
Hello!
I'm getting CasAuthenticationException when starting the laravel dev server.
I'm using Cas::authenticate() in my route file, as long as is there I get the exception.
Any ideas?