You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a great CMS and exactly what i'm looking for!
However when trying to integrate this cms in my existing (fairly large) app, i'm running into a few problems.
When publishing (resource) assets, following errors occur:
Can't locate path: </Users/barry/Sites/webedtestproject/vendor/sgsoft-studio/shortcode/src/Providers/../../resources/root>
(many times)
I'm also encountering the problem that i already have a users-table.
Is it possible to have 2 user-tables (users for my 'main' app and we_users for the webed-cms) and how to implement this in Auth.php?
(when i change the web login model in config/auth.php to WebEd\Base\Users\Models\User::class, the webed cms-part is working, except for the missing texts/labels, but my main app isn't working anymore because it's searching users in the wrong table)
I also tried to derive my 'normal' User model from WebEd\Base\Users\Models\User, but that's giving the same problems.
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
Sorry for my enthousiasm, but php artisan core:vendor:publish webed-users doesn't publish any webed-auth.php file in the config dir.
Do you have any idea wy not?
Looks like a great CMS and exactly what i'm looking for!
However when trying to integrate this cms in my existing (fairly large) app, i'm running into a few problems.
When publishing (resource) assets, following errors occur:
Can't locate path: </Users/barry/Sites/webedtestproject/vendor/sgsoft-studio/shortcode/src/Providers/../../resources/root>
(many times)
I'm also encountering the problem that i already have a users-table.
Is it possible to have 2 user-tables (users for my 'main' app and we_users for the webed-cms) and how to implement this in Auth.php?
(when i change the web login model in config/auth.php to WebEd\Base\Users\Models\User::class, the webed cms-part is working, except for the missing texts/labels, but my main app isn't working anymore because it's searching users in the wrong table)
I also tried to derive my 'normal' User model from WebEd\Base\Users\Models\User, but that's giving the same problems.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: