-
Hello,
I'm facing issues while installing the `"matt-daneshvar/laravel-survey": "dev-translatable",`
I'm using Laravel 11 with PHP 8.2 and I followed the installation flow and below you will fin…
-
# Feature request
## Description
In some cases it would be helpful to manually trigger commands like db migrations or seedings. Especially while delepment.
## Value
At the moment this can …
-
**`Symfony\Component\Process\Exception\ProcessFailedException`**
The command "mysql --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:…
-
- Laravel Version: 10.10
- PHP Version: 8.1
- Dcat Admin Version: 2.2.3
### Description:
web服务采用的是apache,已开启伪静态模块,.htaccess 用的是默认的
`
Options -MultiViews -Indexes
…
-
- Laravel/Lumen version: 9.52.16
- RabbitMQ version: 3.13.0
- Package version: 13.3.5
**Describe the bug**
`php artisan queue:restart` won't restart consumers started with `php artisan rabbitm…
-
Being on `main` I cannot run `artisan:cache` as it returns the following error
```
Illuminate\Contracts\Container\BindingResolutionException
Unresolvable dependency resolving [Parameter…
-
I think this error is because the migration didn't specify that this field can be nullable. Altering the line to `$table->json('payload')->nullable()->after('locked');` allows the migrations to run su…
-
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
…
-
```
php artisan make:migration create_categories_table
php artisan make:migration create_tags_table
php artisan make:migration create_posts_table
php artisan make:migration create_post_tag_table
…
-
### What happened?
I'm having an issue caused by bg-light on tr, that is causing a white color on my dark theme.
But another problem appears if I try to fix it removing this class from your publis…