-
I was investigating a query and found this:
Main Query (with 2 binding params) keys [0, 1]
Union Query (with 3 binding params) keys [2, 3, 4]
Debug bar uses [0, 1] for Main and [0, 1, 2] for Un…
-
Brand new Laravel app, ran `composer require aacotroneo/laravel-saml2:dev-remove_mcrypt`, `php artisan vendor:publish`, and setup the various configurations in `config/saml2_settings.php`.
Visiting…
-
Composer install doesn't work on this project with composer v2
Error:
Deprecation Notice: Class App\User located in ./app/Models/User.php does not comply with psr-4 autoloading standard. I…
-
does this package support laravel 5.2? laravel 5.2 has new multi-auth and multi-model auth
-
once I logged in as laravel user.. this error showed up.
1. BishopB\Forum\NoVanillaUserMappedToAuthenticatedUser
…\vendor\bishopb\laravel-forums\src\services\AbstractUserMapper.php22
Open: C:\wam…
-
Truying to run following command on fresh laravel project with infyom lab
php artisan ui adminlte-localized --auth
ErrorException
copy(D:\laragon\www\l10infyom\vendor\infyomlabs\laravel-…
-
Hi @ricardogobbosouza I have these package versions
dependencies:
1. @nuxtjs/auth-next 5.0.0-1613647907.37b1156
2. nuxt ^v2.15.4
3. pusher-js ^7.0.3
devDependencies
1. @nuxtjs/laravel-echo ^…
-
After upgrading from Laravel **v8.71.x** to Laravel **v8.72.0**, it became impossible to impersonate users.
When I try to impersonate a user, I am simply logged out.
My log files show the followin…
-
### Scribe version
4.2.2.0
### PHP version
8.2.8
### Framework
Laravel
### Framework version
10.15.0
### Scribe config
```ruby
title => ""
base_url => "https://mysite.com/api"
type => "lara…
-
### Bug description
I always get an error "Database connection [tenant] not configured." on an event that implements Shouldbroadcast.
This error was introduced since upgrading to 3.8.5 - downgrading…