-
Considering a tweet Matt sent out a few days ago
https://twitter.com/stauffermatt/status/1250989553533550592
When I was a new dev I loved to find a new tool, especially one that was used by the pr…
-
View details in Rollbar: [https://rollbar.com/arthurguy/BBMS/items/462/](https://rollbar.com/arthurguy/BBMS/items/462/)
```
BB\Exceptions\ValidationException: Key fob ID not valid
File "/home/forg…
-
We've been using this add-on happily for over a year and it's been a massive time-saver. However, it has recently started to create duplicated entries on import and the import process stalls for ages …
-
The latest updates added a migration to add a new `subject_alternative_names` field to the certificates table. However, mySQL does not allow default values for JSON fields, so running this migration …
-
When I use this action, can I keep `deploy.yml`:
```yml
import:
- recipe/laravel.php
- contrib/php-fpm.php
- contrib/npm.php
config:
application: 'smt-app'
remote_user: forge
…
-
**Describe the bug**
Fresh install using laravel forge and php 8.0.11. Getting an error:
```bash
Problem 1
- fzaninotto/faker[v1.9.1, ..., v1.9.2.x-dev] require php ^5.3.3 || ^7.0 -> your ph…
-
View details in Rollbar: [https://rollbar.com/arthurguy/BBMS/items/467/](https://rollbar.com/arthurguy/BBMS/items/467/)
```
BB\Exceptions\ValidationException: User Not Trained
File "/home/forge/bb…
-
I guess something is wrong.
When I launch your project with a command like this one :
docker run -e DB_HOST="172.17.0.2" -e DB_DATABASE="koel" -e DB_DATABASE="koel" -e DB_USERNAME="root" -e DB_PASSWO…
-
vue-blu.min.js is looking for jquery when I try to run `npm run dev`
Do I need jQuery or am I missing something?
I use Laravel mix. I'm not sure if this is `Vue-blu` issue or Laravel issue.
-
I got a provisioned server in forge and local
im using phpredis branch php7 then added your package...
everything is working fine using the facade
```
$redis = PHPRedis::connection();
$redis->set('ke…