-
**`Symfony\Component\Process\Exception\ProcessFailedException`**
The command "mysql --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:…
-
Hi,
I have followed your instructions in the Readme but when I try to reset the password it sends the basic laravel email template.
User model:
`class User extends Authenticatable
{
use H…
-
- Larastan Version: >=2.9.9
- Laravel Version: 11.30.0
### Description
Since upgrading to 2.9.9, using `SoftDeletes` in a model will break the `casts()` arrayshape return type. This is present …
-
### Current Behavior
Migration from fresh fails since I'm in shared hosting and It's using MariaDB 10.11.
Apparently I have to just comment out these two lines and it's working
```
./database/…
-
could not find driver
CREATE TABLE "commands" (
"id" integer PRIMARY key autoincrement NOT NULL,
"name" varchar,
"description" varchar,
"synopsis" varchar,
"arguments" text,
"option…
-
### 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
git pull is giving the error of…
-
### Description
I've just upgraded my Laravel project to Laravel 11 from Laravel 10. I've flushed caches. I'm getting the error:
> There is no role named `super_admin` for guard `web`.
Coming…
-
Description:
First off, great package—thanks for making it! We’re encountering an issue when trying to use the toggle functionality as an admin. When we click the “show” button on a form or detail vi…
-
### Reverb Version
v1.4.1
### Laravel Version
11.28.1
### PHP Version
8.2.24
### Description
The Issue with Redis connection when username and password used and scaling is enabled
Auth Except…
-
### Description
Im using this seeder to create an admin user and assing all roles in database
```
$user = User::create([
'email' => 'admin@domain.com',
'password' => …